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

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

diff --git a/alevt-amd64.patch b/alevt-amd64.patch
new file mode 100644 (file)
index 0000000..1a85c33
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur alevt-1.6.1.orig/Makefile alevt-1.6.1/Makefile
+--- alevt-1.6.1.orig/Makefile  2002-08-20 05:17:53.000000000 +0200
++++ alevt-1.6.1/Makefile       2004-08-10 19:56:08.820304392 +0200
+@@ -21,7 +21,7 @@
+       sync
+ alevt: $(OBJS)
+-      $(CC) $(OPT) $(OBJS) -o alevt -L/usr/X11R6/lib -lX11 $(EXPLIBS)
++      $(CC) $(OPT) $(OBJS) -o alevt -L/usr/X11R6/lib64 -lX11 $(EXPLIBS)
+ alevt-date: $(TOBJS)
+       $(CC) $(OPT) $(TOBJS) -o alevt-date
This page took 0.089256 seconds and 4 git commands to generate.