mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
69 lines
2.1 KiB
Text
69 lines
2.1 KiB
Text
--- configure.orig Tue Nov 4 14:55:15 2003
|
|
+++ configure Tue Nov 4 15:10:15 2003
|
|
@@ -1580,10 +1580,10 @@
|
|
|
|
# The aliases save the names the user supplied, while $host etc.
|
|
# will get canonicalized.
|
|
-test -n "$target_alias" &&
|
|
- test "$program_prefix$program_suffix$program_transform_name" = \
|
|
- NONENONEs,x,x, &&
|
|
- program_prefix=${target_alias}-
|
|
+#test -n "$target_alias" &&
|
|
+# test "$program_prefix$program_suffix$program_transform_name" = \
|
|
+# NONENONEs,x,x, &&
|
|
+# program_prefix=${target_alias}-
|
|
# Making releases:
|
|
# LIBGTOP_MICRO_VERSION += 1;
|
|
# LIBGTOP_INTERFACE_AGE += 1;
|
|
@@ -1886,9 +1886,9 @@
|
|
|
|
# libtool versioning
|
|
LT_RELEASE=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION
|
|
-LT_CURRENT=`expr $LIBGTOP_MICRO_VERSION - $LIBGTOP_INTERFACE_AGE`
|
|
-LT_REVISION=$LIBGTOP_INTERFACE_AGE
|
|
-LT_AGE=`expr $LIBGTOP_BINARY_AGE - $LIBGTOP_INTERFACE_AGE`
|
|
+LT_CURRENT=2
|
|
+LT_REVISION=0
|
|
+LT_AGE=0
|
|
LT_VERSION_INFO='-version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}'
|
|
|
|
|
|
@@ -20821,7 +20821,7 @@
|
|
|
|
|
|
# this should go away soon
|
|
- need_gnome_support=yes
|
|
+ need_gnome_support=no
|
|
|
|
|
|
for ac_func in getopt_long
|
|
@@ -30052,13 +30052,13 @@
|
|
|
|
fi;
|
|
|
|
-if test "x$gnome_found" = xyes ; then
|
|
- LIBSUPPORT="$GNOME_LIBDIR -lgnomesupport"
|
|
- SUPPORTINCS="$GNOME_INCLUDEDIR"
|
|
-else
|
|
- LIBSUPPORT='$(top_builddir)/support/libgnomesupport-2.0.la'
|
|
- SUPPORTINCS='-DNEED_GNOMESUPPORT_H -I$(top_builddir)/support -I$(top_srcdir)/support'
|
|
-fi
|
|
+#if test "x$gnome_found" = xyes ; then
|
|
+# LIBSUPPORT="$GNOME_LIBDIR -lgnomesupport"
|
|
+# SUPPORTINCS="$GNOME_INCLUDEDIR"
|
|
+#else
|
|
+# LIBSUPPORT='$(top_builddir)/support/libgnomesupport-2.0.la'
|
|
+# SUPPORTINCS='-DNEED_GNOMESUPPORT_H -I$(top_builddir)/support -I$(top_srcdir)/support'
|
|
+#fi
|
|
|
|
case "$GNOME_LIBS" in
|
|
'*-lgnomesupport*' )
|
|
@@ -30160,7 +30160,7 @@
|
|
|
|
|
|
if test x$libgtop_need_server = xyes ; then
|
|
- sysdeps_suid_lib="\$(top_builddir)/sysdeps/\$(sysdeps_dir)/libgtop_sysdeps_suid-2.0.la"
|
|
+ sysdeps_suid_lib="\$(top_builddir)/sysdeps/\$(sysdeps_dir)/libgtop_sysdeps_suid-2.0.la \$(top_builddir)/sysdeps/common/libgtop_suid_common-2.0.la"
|
|
server_programs='libgtop_server2'
|
|
else
|
|
sysdeps_suid_lib=
|