1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/textproc/sgmls/files/patch-aa
Will Andrews f47f287820 Add sgmls, another SGML parser.
PR:		18973
Submitted by:	justas <justas@mbank.lv>
2000-06-09 02:51:56 +00:00

12 lines
376 B
Plaintext

--- configure.orig Fri Jun 2 19:18:37 2000
+++ configure Fri Jun 2 19:18:50 2000
@@ -605,7 +605,7 @@
edit="$edit -e 's/^typedef .*VOID;/typedef $void_ret VOID;/'"
edit="$edit -e 's/^typedef .*UNIV;/typedef ${void_star}UNIV;/'"
-if test "X$(PREFIX)" != "X/usr/local"
+if test "X$PREFIX" != "X/usr/local"
then
edit="$edit -e '/DEFAULT_PATH/s;/usr/local;$PREFIX;g'"
fi