]> git.pld-linux.org Git - packages/astrolog.git/commitdiff
- add -L/usr/X11R6/lib
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Tue, 2 Sep 2003 13:25:43 +0000 (13:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    astrolog-libs.patch -> 1.1

astrolog-libs.patch [new file with mode: 0644]

diff --git a/astrolog-libs.patch b/astrolog-libs.patch
new file mode 100644 (file)
index 0000000..e332854
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Naur astrolog-5.40/Makefile astrolog-5.40-p/Makefile
+--- astrolog-5.40/Makefile     Wed Dec 23 23:29:00 1998
++++ astrolog-5.40-p/Makefile   Tue Sep  2 15:22:12 2003
+@@ -23,7 +23,7 @@
+  charts0.o charts1.o charts2.o charts3.o intrpret.o\
+  xdata.o xgeneral.o xdevice.o xcharts0.o xcharts1.o xcharts2.o xscreen.o
+ # If you don't have X windows, delete the "-lX11" part from the line below:
+-LIBS = -lm -lX11
++LIBS = -lm -lX11 -L/usr/X11R6/lib
+ CFLAGS = -O
+ astrolog:: $(OBJ)
This page took 0.058429 seconds and 4 git commands to generate.