summaryrefslogtreecommitdiff
path: root/x11/qt3-libs/files
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-03-03 00:53:54 +0000
committerminskim <minskim@pkgsrc.org>2006-03-03 00:53:54 +0000
commit923a1f92484ebd8e75be80dcd54903ea65f7499d (patch)
tree7bbd0dd9c94c9148f92649d642139c589e102df3 /x11/qt3-libs/files
parentf997592dc0a00b6888f41851e60384d48ffedac0 (diff)
downloadpkgsrc-923a1f92484ebd8e75be80dcd54903ea65f7499d.tar.gz
Make qmake and libtool use the same library versioning. Should have
been done when the pkgsrc libtool versioning was changed. This addresses PR pkg/29572. No recursive bump because the major version number is not affected by this. Bump PKGREVISION for qt3-libs and qt3-tools.
Diffstat (limited to 'x11/qt3-libs/files')
-rw-r--r--x11/qt3-libs/files/qmake.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt3-libs/files/qmake.conf b/x11/qt3-libs/files/qmake.conf
index 439b2415a93..52630355e70 100644
--- a/x11/qt3-libs/files/qmake.conf
+++ b/x11/qt3-libs/files/qmake.conf
@@ -1,5 +1,5 @@
-# $NetBSD: qmake.conf,v 1.18 2005/07/01 01:10:06 reed Exp $
-# $Id: qmake.conf,v 1.18 2005/07/01 01:10:06 reed Exp $
+# $NetBSD: qmake.conf,v 1.19 2006/03/03 00:53:54 minskim Exp $
+# $Id: qmake.conf,v 1.19 2006/03/03 00:53:54 minskim Exp $
#
# qmake configuration for netbsd-g++
#
@@ -50,7 +50,7 @@ QMAKE_LINK_SHLIB_CMD = \
$(patsubst %.so,%.la,$(DESTDIR)$(TARGET0)), \
$(patsubst %.so,%.la,$(DESTDIR)$(TARGET))) \
$(if $(TARGET0), \
- -version-info $(subst $(TARGET0).,,$(TARGET1)):$(subst $(TARGET1).,,$(TARGET2)), \
+ -version-info `expr $(subst $(TARGET0).,,$(TARGET1)) + $(subst $(TARGET1).,,$(TARGET2))`:$(subst $(TARGET2).,,$(TARGET)):$(subst $(TARGET1).,,$(TARGET2)), \
-module -avoid-version) \
$(OBJECTS:.o=.lo) $(OBJMOC:.o=.lo) $(LIBS) \
-rpath $(if $(TARGET0), \