aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/qterm
diff options
context:
space:
mode:
authorclive <clive@FreeBSD.org>2002-02-24 14:20:13 +0800
committerclive <clive@FreeBSD.org>2002-02-24 14:20:13 +0800
commit9596f729dc445d15a4b5fa034ad0bd42c12c54ba (patch)
tree0b9b907422f1a4b152a0c3c65fe7c40d8b3e9222 /chinese/qterm
parente0c7ebd8656db545397640ab689143a3ce9c806f (diff)
downloadfreebsd-ports-gnome-9596f729dc445d15a4b5fa034ad0bd42c12c54ba.tar.gz
freebsd-ports-gnome-9596f729dc445d15a4b5fa034ad0bd42c12c54ba.tar.zst
freebsd-ports-gnome-9596f729dc445d15a4b5fa034ad0bd42c12c54ba.zip
Forget this one in previous commit.
Diffstat (limited to 'chinese/qterm')
-rw-r--r--chinese/qterm/files/patch-Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/chinese/qterm/files/patch-Makefile b/chinese/qterm/files/patch-Makefile
new file mode 100644
index 000000000000..3ec4ccb77cbb
--- /dev/null
+++ b/chinese/qterm/files/patch-Makefile
@@ -0,0 +1,19 @@
+--- Makefile.orig Wed Sep 5 14:45:55 2001
++++ Makefile Thu Oct 25 12:11:14 2001
+@@ -11,12 +11,12 @@
+ CXX = g++
+ CFLAGS = -pipe -Wall -W -O2 -DNO_DEBUG
+ CXXFLAGS= -pipe -Wall -W -O2 -DNO_DEBUG
+-INCPATH = -I$(QTDIR)/include
++INCPATH = -I/usr/X11R6/include/qt2
+ LINK = g++
+ LFLAGS =
+-LIBS = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt -lXext -lX11 -lm
+-MOC = $(QTDIR)/bin/moc
+-UIC = $(QTDIR)/bin/uic
++LIBS = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt2 -lXext -lX11 -lm
++MOC = /usr/X11R6/bin/moc2
++UIC = /usr/X11R6/bin/uic
+
+ TAR = tar -cf
+ GZIP = gzip -9f