diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-21 10:14:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-21 10:14:29 +0800 |
commit | bfae4617aacee0a9fd343f35aa7daa53c179edf3 (patch) | |
tree | 179a827ad08d6c7a71ee0a2ed54817a78f827d6c /devel/libgtop2/files/patch-configure | |
parent | 09523f04922aa4e683e8c442f599b3e90dcd8502 (diff) | |
download | marcuscom-ports-bfae4617aacee0a9fd343f35aa7daa53c179edf3.tar marcuscom-ports-bfae4617aacee0a9fd343f35aa7daa53c179edf3.tar.gz marcuscom-ports-bfae4617aacee0a9fd343f35aa7daa53c179edf3.tar.bz2 marcuscom-ports-bfae4617aacee0a9fd343f35aa7daa53c179edf3.tar.lz marcuscom-ports-bfae4617aacee0a9fd343f35aa7daa53c179edf3.tar.xz marcuscom-ports-bfae4617aacee0a9fd343f35aa7daa53c179edf3.tar.zst marcuscom-ports-bfae4617aacee0a9fd343f35aa7daa53c179edf3.zip |
Update to 2.7.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2515 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgtop2/files/patch-configure')
-rw-r--r-- | devel/libgtop2/files/patch-configure | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/libgtop2/files/patch-configure b/devel/libgtop2/files/patch-configure new file mode 100644 index 000000000..662f75ac3 --- /dev/null +++ b/devel/libgtop2/files/patch-configure @@ -0,0 +1,15 @@ +--- configure.orig Thu Mar 11 15:38:00 2004 ++++ configure Thu Mar 11 15:38:00 2004 +@@ -1917,9 +1917,9 @@ + + # libtool versioning + LT_RELEASE=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION +-LT_CURRENT=$LIBGTOP_CURRENT +-LT_REVISION=$LIBGTOP_REVISION +-LT_AGE=$LIBGTOP_AGE ++LT_CURRENT=2 ++LT_REVISION=0 ++LT_AGE=0 + LT_VERSION_INFO="-version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}" + + |