aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-11-22 16:55:52 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-11-22 16:55:52 +0000
commit97b95b0487be841a33dc083ac9276752ca310d7a (patch)
treee07f7a4cb26e0d01ba8bfea45ebdbe52d1cc4a58
parent7ba80c5656eb73d72a37f3037516f1cf3b016d5b (diff)
downloadports-97b95b0487be841a33dc083ac9276752ca310d7a.tar.gz
ports-97b95b0487be841a33dc083ac9276752ca310d7a.zip
OOPS, forgot to add patch in previous commit (Update to 2.2).
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=35348
-rw-r--r--x11-toolkits/py-qt/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/py-qt/files/patch-aa b/x11-toolkits/py-qt/files/patch-aa
new file mode 100644
index 000000000000..0c389d4aa1a4
--- /dev/null
+++ b/x11-toolkits/py-qt/files/patch-aa
@@ -0,0 +1,11 @@
+--- qt/Makefile.in 2000/11/20 15:40:50 1.1
++++ qt/Makefile.in 2000/11/20 15:41:33
+@@ -103,7 +103,7 @@
+
+ lib_LTLIBRARIES = libqtcmodule.la
+ libqtcmodule_la_SOURCES = $(PYQT_SOURCES)
+-libqtcmodule_la_LDFLAGS = -release 2.2
++libqtcmodule_la_LDFLAGS =
+ libqtcmodule_la_LIBADD = $(SIP_LDLIBDIRS) -lsip -lqt2 $(SIP_LDXFLAGS)
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h