aboutsummaryrefslogtreecommitdiff
path: root/cad/qcad2/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'cad/qcad2/files/patch-aa')
-rw-r--r--cad/qcad2/files/patch-aa21
1 files changed, 0 insertions, 21 deletions
diff --git a/cad/qcad2/files/patch-aa b/cad/qcad2/files/patch-aa
deleted file mode 100644
index e316e7c19fca..000000000000
--- a/cad/qcad2/files/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
---- makefile.orig Sun Nov 28 17:17:52 1999
-+++ makefile Mon Dec 13 16:32:31 1999
-@@ -7,13 +7,12 @@
-
- ####### Compiler, tools and options
-
--CC = g++
--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 =
--LIBS = -L$(QTDIR)/lib -lqt -L/usr/X11R6/lib -lX11
--MOC = moc
-+LIBS = -L$(X11BASE)/lib -lqt2 -lX11
-+MOC = moc2
-
- ####### Files
-