summaryrefslogtreecommitdiff
path: root/ports-mgmt/qtpkg/files/patch-Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /ports-mgmt/qtpkg/files/patch-Makefile
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes: svn path=/head/; revision=47856 svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'ports-mgmt/qtpkg/files/patch-Makefile')
-rw-r--r--ports-mgmt/qtpkg/files/patch-Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/ports-mgmt/qtpkg/files/patch-Makefile b/ports-mgmt/qtpkg/files/patch-Makefile
deleted file mode 100644
index b053c5d68c8c..000000000000
--- a/ports-mgmt/qtpkg/files/patch-Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-
-$FreeBSD$
-
---- Makefile 2001/01/23 16:32:54 1.1
-+++ Makefile 2001/01/23 16:36:12
-@@ -9,13 +9,13 @@
-
- CC = cc
- CXX = c++
--CFLAGS = -pipe -Wall -W -O2 -DNO_DEBUG
--CXXFLAGS = -pipe -Wall -W -O2 -DNO_DEBUG
--INCPATH = -I/usr/local/include -I/usr/X11R6/include/qt2
-+CFLAGS += -pipe -Wall -W -DNO_DEBUG
-+CXXFLAGS += -pipe -Wall -W -DNO_DEBUG
-+INCPATH = -I$(LOCALBASE)/include -I$(X11BASE)/include/qt2
- LINK = c++
--LIBS = $(SUBLIBS) -L/usr/local/lib -L/usr/X11R6/lib -lqt2 -lXext -lX11 -lm
--MOC = /usr/X11R6/bin/moc2
--UIC = /usr/X11R6/bin/uic
-+LIBS = $(SUBLIBS) -L$(LOCALBASE)/lib -L$(X11BASE)/lib -lqt2 -lXext -lX11 -lm -pthread
-+MOC = $(X11BASE)/bin/moc2
-+UIC = $(X11BASE)/bin/uic
-
- TAR = tar -cf
- GZIP = gzip -9f