packages: pacparser/pacparser-include_path.patch (NEW) - /usr/local/include...
lisu
lisu at pld-linux.org
Thu Dec 3 14:22:00 CET 2009
Author: lisu Date: Thu Dec 3 13:22:00 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- /usr/local/include -> /usr/include
---- Files affected:
packages/pacparser:
pacparser-include_path.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/pacparser/pacparser-include_path.patch
diff -u /dev/null packages/pacparser/pacparser-include_path.patch:1.1
--- /dev/null Thu Dec 3 14:22:00 2009
+++ packages/pacparser/pacparser-include_path.patch Thu Dec 3 14:21:55 2009
@@ -0,0 +1,13 @@
+--- pacparser-1.0.8/Makefile~ 2009-11-25 12:07:37.000000000 +0000
++++ pacparser-1.0.8/Makefile 2009-12-03 13:36:09.584197153 +0000
+@@ -60,8 +60,8 @@
+ endif
+
+ ifndef SM_INC
+-ifeq (yes, $(shell [ -e /usr/local/include/js ] && echo yes))
+- SM_INC = -I/usr/local/include/js
++ifeq (yes, $(shell [ -e /usr/include/js ] && echo yes))
++ SM_INC = -I/usr/include/js
+ else
+ ifeq (yes, $(shell [ -e /opt/local/include/js ] && echo yes))
+ SM_INC = -I/opt/local/include/js
================================================================
More information about the pld-cvs-commit
mailing list