summaryrefslogtreecommitdiff
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-aa22
1 files changed, 0 insertions, 22 deletions
diff --git a/cad/qcad2/files/patch-aa b/cad/qcad2/files/patch-aa
deleted file mode 100644
index 00324d454cee..000000000000
--- a/cad/qcad2/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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
-
--CC = g++
--CFLAGS = -Wall -W -O2 -fno-strength-reduce
--INCPATH = -I$(QTDIR)/include
--LINK = g++
--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
-
- ####### Files
-