mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
33 lines
1 KiB
Text
33 lines
1 KiB
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Mon Jan 28 16:26:32 2002
|
|
+++ configure Mon Jan 28 16:34:25 2002
|
|
@@ -1260,10 +1260,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}-
|
|
|
|
# Extract the first word of "dc", so it can be a program name with args.
|
|
set dummy dc; ac_word=$2
|
|
@@ -1580,9 +1580,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=1
|
|
+LT_REVISION=0
|
|
+LT_AGE=0
|
|
LT_VERSION_INFO='-version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}'
|
|
|
|
if test x = y; then
|