aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/qtpkg/files/patch-Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-04-14 15:03:16 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-04-14 15:03:16 +0000
commit0f0e1b56fd7878f91cd96f2e78748b0340bab574 (patch)
tree4de0f5d51ef8bdb74f37d00cef505588ce69a903 /ports-mgmt/qtpkg/files/patch-Makefile
parent02a11b7d221ab984098197598c5cdc3a8a2f8cad (diff)
downloadports-0f0e1b56fd7878f91cd96f2e78748b0340bab574.tar.gz
ports-0f0e1b56fd7878f91cd96f2e78748b0340bab574.zip
USE_QT_VER=3, Bump PORTREVISION. Reset bouncing Maintaineraddress.
PR: 50768 Submitted by: Reinhard Lenninger <reinhard.lenninger@web.de>
Notes
Notes: svn path=/head/; revision=78962
Diffstat (limited to 'ports-mgmt/qtpkg/files/patch-Makefile')
-rw-r--r--ports-mgmt/qtpkg/files/patch-Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/qtpkg/files/patch-Makefile b/ports-mgmt/qtpkg/files/patch-Makefile
index b053c5d68c8c..155585330057 100644
--- a/ports-mgmt/qtpkg/files/patch-Makefile
+++ b/ports-mgmt/qtpkg/files/patch-Makefile
@@ -11,14 +11,14 @@ $FreeBSD$
-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
++CXXFLAGS += ${CFLAGS}
++INCPATH = -I$(LOCALBASE)/include -I$(X11BASE)/include/
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
++LIBS += $(SUBLIBS) -L$(LOCALBASE)/lib -L$(X11BASE)/lib -lXext -lX11 -lm
++MOC = $(X11BASE)/bin/moc
+UIC = $(X11BASE)/bin/uic
TAR = tar -cf