summaryrefslogtreecommitdiff
path: root/devel/sip/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-11-22 16:53:53 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-11-22 16:53:53 +0000
commit7ba80c5656eb73d72a37f3037516f1cf3b016d5b (patch)
tree0a24279f282f470b6d2728535fda69771f9d6630 /devel/sip/files
parentUpdate to 0.6. (diff)
Update to 2.2.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=35347
Diffstat (limited to 'devel/sip/files')
-rw-r--r--devel/sip/files/patch-aa23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/sip/files/patch-aa b/devel/sip/files/patch-aa
new file mode 100644
index 000000000000..34eecc3d632d
--- /dev/null
+++ b/devel/sip/files/patch-aa
@@ -0,0 +1,23 @@
+--- configure.orig Sat Nov 4 17:18:43 2000
++++ configure Fri Nov 17 19:24:29 2000
+@@ -2101,9 +2101,9 @@
+
+ for d in $qt_mocdirs
+ do
+- if test -x $d/moc
++ if test -x $d/moc2
+ then
+- sip_qt_moc=$d/moc
++ sip_qt_moc=$d/moc2
+ break
+ fi
+ done
+@@ -3166,7 +3166,7 @@
+ then
+ SIP_QT_MOC=$sip_qt_moc
+ SIP_CPPFLAGS="-DSIP_QT_SUPPORT -I$sip_qt_incdir $X_CFLAGS $SIP_CPPFLAGS"
+- SIP_LDFLAGS="-L$sip_qt_libdir -lqt $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
++ SIP_LDFLAGS="-L$sip_qt_libdir -lqt2 $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
+ else
+ SIP_QT_MOC=":"
+ SIP_LDFLAGS=