]> git.pld-linux.org Git - packages/baci.git/commitdiff
- fix amd64
authorhavner <havner@pld-linux.org>
Tue, 10 Aug 2004 19:47:17 +0000 (19:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    baci-amd64.patch -> 1.1

baci-amd64.patch [new file with mode: 0644]

diff --git a/baci-amd64.patch b/baci-amd64.patch
new file mode 100644 (file)
index 0000000..06705de
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur bacisrc.orig/interp/Makefile bacisrc/interp/Makefile
+--- bacisrc.orig/interp/Makefile       2003-05-14 19:30:19.000000000 +0200
++++ bacisrc/interp/Makefile    2004-08-10 21:46:57.959481592 +0200
+@@ -33,7 +33,7 @@
+ Linuxgui:
+       make "DEFINES=-DLinux -DTCL" "LLIBS=-ltk -ltcl -lX11 -ldl -lm" \
+       "INCDIRS=-I$(INCDIR)" \
+-      "LDFLAGS= -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib" \
++      "LDFLAGS= -L/usr/lib64 -L/usr/local/lib64 -L/usr/X11R6/lib64" \
+       guibainterp
+ SunOSgui:
This page took 0.084764 seconds and 4 git commands to generate.