]> git.pld-linux.org Git - packages/MathPlanner.git/commitdiff
- pass CFLAGS and LDFLAGS
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 13 Jul 2002 17:01:22 +0000 (17:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- remove author-specyfic location.... :-/

Changed files:
    MathPlanner3-makefile.patch -> 1.1

MathPlanner3-makefile.patch [new file with mode: 0644]

diff --git a/MathPlanner3-makefile.patch b/MathPlanner3-makefile.patch
new file mode 100644 (file)
index 0000000..8788d20
--- /dev/null
@@ -0,0 +1,14 @@
+--- ./Makefile.org     Fri Jul 12 22:56:17 2002
++++ ./Makefile Sat Jul 13 18:47:57 2002
+@@ -1,7 +1,9 @@
+ CC = g++
+-INC = -I/usr/X11R6/include -I/usr/lib/qt3/include/ -I/root/MathPlannerProject/MPL3
+-LIBS = -L/usr/lib -L/usr/X11R6/lib -L/usr/lib -L/usr/lib/qt3/lib -ldl -lXi -lXext -lX11 -lqt-mt
++CFLAGS =
++LDFLAGS =
++INC = -I/usr/X11R6/include -I/usr/lib/qt3/include/ -I. $(CFLAGS)
++LIBS = -L/usr/lib -L/usr/X11R6/lib -L/usr/lib -L/usr/lib/qt3/lib -ldl -lXi -lXext -lX11 -lqt-mt $(LDFLAGS)
+ FLAGS = -c
+ DEFINE = -D_GNU_SOURCE -D__NO_LONG_DOUBLE_MATH
+   
This page took 0.024818 seconds and 4 git commands to generate.