mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
f47f287820
PR: 18973 Submitted by: justas <justas@mbank.lv>
12 lines
376 B
Plaintext
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
|