mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
38ae599271
post-extract rule
16 lines
463 B
Plaintext
16 lines
463 B
Plaintext
--- configure.orig Tue Oct 19 04:16:30 1999
|
|
+++ configure Tue Oct 26 11:46:41 1999
|
|
@@ -971,9 +971,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}'
|
|
|
|
|