summaryrefslogtreecommitdiff
path: root/devel/mico/files/patch-an
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-04-19 23:18:19 +0000
committerWill Andrews <will@FreeBSD.org>2002-04-19 23:18:19 +0000
commit03125086c0e73e533bff5856aa6b2c8706ed38e5 (patch)
tree365e521a422b87e2c6fea6ceb865a634d22e4512 /devel/mico/files/patch-an
parentPatches from maintainer: (diff)
Re-add this port marked BROKEN and commenting out USE_QT_VER and related
relating to Qt1. When someone has time they can test with Qt2 and fix this. Requested by: sobomax
Diffstat (limited to 'devel/mico/files/patch-an')
-rw-r--r--devel/mico/files/patch-an20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/mico/files/patch-an b/devel/mico/files/patch-an
new file mode 100644
index 000000000000..3c724616d189
--- /dev/null
+++ b/devel/mico/files/patch-an
@@ -0,0 +1,20 @@
+--- auxdir/Makefile.orig Tue Jul 20 15:57:27 1999
++++ auxdir/Makefile Mon Jan 10 17:51:58 2000
+@@ -24,7 +24,7 @@
+
+ LDLIBS = -lmico$(VERSION) $(CONFLIBS)
+ LDFLAGS := -L../orb $(LDFLAGS)
+-CXXFLAGS := -I. -I../include $(CXXFLAGS) $(X_CFLAGS)
++CXXFLAGS := -I. -I../include -I$(QT_INCLUDES) $(CXXFLAGS) $(X_CFLAGS)
+
+ AUX_SRCS=dynany_impl.cc
+ STATIC_AUX_OBJS = $(AUX_SRCS:.cc=.o)
+@@ -119,7 +119,7 @@
+ endif
+ rm -f $@
+ $(LDSO) -o libmicoqt$(VERSION) $(SHARED_QT_OBJS) \
+- $(PURE_LDFLAGS) -lqt -lX11 -L../libs -lmico$(VERSION)
++ $(PURE_LDFLAGS) -lqt$(QTVER) -lX11 -L../libs -lmico$(VERSION)
+ $(IDIRCMD) ../libs
+ cd ../libs; rm -f $@; ln -f -s ../auxdir/$@ .
+