${MAKE} -V ... instead of .include <...>
[2] Fix for perl 5.6+
Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) [1],
mat [2]
PR: 56345, 56404
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
--- src/makefiles/Makefile.freebsd.orig Wed Aug 29 21:14:40 2001
|
|
+++ src/makefiles/Makefile.freebsd Mon Sep 1 10:16:26 2003
|
|
@@ -23,3 +23,5 @@
|
|
endif
|
|
|
|
sqlmansect = 7
|
|
+
|
|
+allow_nonpic_in_shlib = yes
|