397db8d46b
* IPv6 bug fix incorporated. * Catch up with changes in makefiles. * Make portlint happier with respect to DOCSDIR, INFO and spaces. * Use the new INFO macro. * Use PATCHFILES instead of patching by hand, now that we don't support the non-ACL exiscan patch. This release fixes a few last minute release mistakes from 4.21. PR: ports/55701 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
19 lines
489 B
Text
19 lines
489 B
Text
--- OS/Makefile-FreeBSD.orig Tue Aug 12 17:39:51 2003
|
|
+++ OS/Makefile-FreeBSD Thu Aug 14 12:10:46 2003
|
|
@@ -5,11 +5,16 @@
|
|
PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout
|
|
|
|
CHOWN_COMMAND=/usr/sbin/chown
|
|
+STRIP_COMMAND=/usr/bin/strip
|
|
|
|
+HAVE_ICONV=yes
|
|
HAVE_SA_LEN=YES
|
|
|
|
# crypt() is in a separate library
|
|
LIBS=-lcrypt
|
|
+
|
|
+# iconv() is in a separate 4rd party library
|
|
+LFLAGS+=-liconv -L${LOCALBASE}/lib
|
|
|
|
# FreeBSD always ships with Berkeley DB
|
|
USE_DB=yes
|