diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-10 09:32:26 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-10 09:32:26 +0800 |
commit | 5b53be30dd9fa290b73ef8e77936331d3fc1abfe (patch) | |
tree | 47c8bdbd09bc6c5e549a6389efe3a030bad86763 /misc/icemc | |
parent | 017363eae9d7dd9fb41f5853cae94d888a444f86 (diff) | |
download | freebsd-ports-gnome-5b53be30dd9fa290b73ef8e77936331d3fc1abfe.tar.gz freebsd-ports-gnome-5b53be30dd9fa290b73ef8e77936331d3fc1abfe.tar.zst freebsd-ports-gnome-5b53be30dd9fa290b73ef8e77936331d3fc1abfe.zip |
Repatch the patch that stopped patching.
Diffstat (limited to 'misc/icemc')
-rw-r--r-- | misc/icemc/files/patch-Makefile | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/misc/icemc/files/patch-Makefile b/misc/icemc/files/patch-Makefile index df04a5f1f515..f06deb4b5041 100644 --- a/misc/icemc/files/patch-Makefile +++ b/misc/icemc/files/patch-Makefile @@ -1,35 +1,38 @@ ---- Makefile.orig Thu Nov 28 16:11:25 2002 -+++ Makefile Thu Nov 28 16:14:44 2002 -@@ -13,22 +13,22 @@ +--- Makefile.orig Mon Jun 9 18:24:33 2003 ++++ Makefile Mon Jun 9 18:29:03 2003 +@@ -13,25 +13,25 @@ # QTDIR = /usr/lib/qt - # DESTDIR (location for installing) + # DESTDIR (location (base without ..."/bin") for installing) -DESTDIR = /usr/local -+DESTDIR = ${PREFIX}/bin ++DESTDIR = ${PREFIX} ####### Compiler, tools and options + # INCPATH specify where the includefiles are +-INCPATH = -I$(QTDIR)/include ++INCPATH = ${QTCPPFLAGS} + # LFLAGS specify where the (qt) libraries are + LFLAGS = -L$(QTDIR)/lib + -CC = gcc -CXX = g++ -CFLAGS = -pipe -DNO_DEBUG -CXXFLAGS= -pipe -DNO_DEBUG -Wall -ansi --INCPATH = -I$(QTDIR)/include -LINK = g++ +-LIBS = $(SUBLIBS) -lqt +#CC = gcc +#CXX = g++ +CFLAGS += -pipe -DNO_DEBUG +CXXFLAGS+= -pipe -DNO_DEBUG -Wall -ansi -+INCPATH = ${QTCPPFLAGS} +LINK = ${CXX} - LFLAGS = --LIBS = $(SUBLIBS) -lqt +LIBS = ${QTCFGLIBS} ${LIBQT} - # you might try this if icemc segfaults when starting up: + # you might try this if icemc won't link or segfaults when starting up: #LIBS = $(SUBLIBS) -lqt-mt -MOC = $(QTDIR)/bin/moc -UIC = $(QTDIR)/bin/uic +#MOC = $(QTDIR)/bin/moc -+UIC = ${X11BASE}/bin/uic ++UIC = $(X11BASE)/bin/uic TAR = tar -cf GZIP = gzip -9f |