summaryrefslogtreecommitdiff
path: root/cad/qcad2/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-05-17 08:30:51 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-05-17 08:30:51 +0000
commit50bfd628619ee719ed3f25ecfb21c2b1f41ed851 (patch)
tree3d38101d5e7baef21fa0ffd4692630b22659e1cf /cad/qcad2/files
parentUpdate to KDEGAMES 1.90 (aka KDE2 beta). This commit was delayed when I (diff)
Upgrade to 1.4.0.
Approved by: will
Notes
Notes: svn path=/head/; revision=28508
Diffstat (limited to 'cad/qcad2/files')
-rw-r--r--cad/qcad2/files/patch-aa13
1 files changed, 7 insertions, 6 deletions
diff --git a/cad/qcad2/files/patch-aa b/cad/qcad2/files/patch-aa
index e316e7c19fca..00324d454cee 100644
--- a/cad/qcad2/files/patch-aa
+++ b/cad/qcad2/files/patch-aa
@@ -1,5 +1,5 @@
---- makefile.orig Sun Nov 28 17:17:52 1999
-+++ makefile Mon Dec 13 16:32:31 1999
+--- Makefile.orig Fri May 5 12:57:18 2000
++++ Makefile Thu May 11 16:03:04 2000
@@ -7,13 +7,12 @@
####### Compiler, tools and options
@@ -8,12 +8,13 @@
-CFLAGS = -Wall -W -O2 -fno-strength-reduce
-INCPATH = -I$(QTDIR)/include
-LINK = g++
-+CFLAGS += -Wall -W -fno-strength-reduce
-+INCPATH = -I$(X11BASE)/include/qt2 -I$(X11BASE)/include
-+LINK = $(CC)
- LFLAGS =
+-LFLAGS = -static
-LIBS = -L$(QTDIR)/lib -lqt -L/usr/X11R6/lib -lX11
-MOC = moc
++CFLAGS += -Wall -W -fno-strength-reduce
++INCPATH = -I$(X11BASE)/include/qt2 -I$(X11BASE)/include
++LINK = $(CXX)
++LFLAGS =
+LIBS = -L$(X11BASE)/lib -lqt2 -lX11
+MOC = moc2