aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/qterm/files
diff options
context:
space:
mode:
authorclive <clive@FreeBSD.org>2001-10-27 14:02:28 +0800
committerclive <clive@FreeBSD.org>2001-10-27 14:02:28 +0800
commit289f4f956d1fdf349908f56055812302f8ec30bf (patch)
tree1d96f15cb8b06bac22c84a84446dbce948809988 /chinese/qterm/files
parente8f6d3f6f6056a74f69bf05ecc052a42f990d93e (diff)
downloadfreebsd-ports-gnome-289f4f956d1fdf349908f56055812302f8ec30bf.tar.gz
freebsd-ports-gnome-289f4f956d1fdf349908f56055812302f8ec30bf.tar.zst
freebsd-ports-gnome-289f4f956d1fdf349908f56055812302f8ec30bf.zip
New port: QTerm is a BBS client in Unix. Its original goal is to make it
a practical tool like CTerm and STerm in Windows. PR: ports/31488 Submitted by: Statue <statue@softwareliberty.org>
Diffstat (limited to 'chinese/qterm/files')
-rw-r--r--chinese/qterm/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/chinese/qterm/files/patch-aa b/chinese/qterm/files/patch-aa
new file mode 100644
index 000000000000..3ec4ccb77cbb
--- /dev/null
+++ b/chinese/qterm/files/patch-aa
@@ -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