]> git.pld-linux.org Git - packages/alevt.git/blobdiff - alevt-amd64.patch
- amd64 build fix
[packages/alevt.git] / alevt-amd64.patch
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.158362 seconds and 4 git commands to generate.