mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
* Conversion to autofoo * Man pahe improvements * MD5 fixes for 64-bit platforms * generated_password has been renamed to tac_pwd * A tac_plus.config.5 man page has been added * User-specific enable password support Port changes in this release include: * Default IOS version has been changed from 11.x to 12.x * tac_plus.sh script has been converted to rcNG * PORTDOCS is properly respected * Portlint fixes
11 lines
385 B
Text
11 lines
385 B
Text
--- configure.orig Sun Apr 3 01:20:37 2005
|
|
+++ configure Sun Apr 3 01:20:48 2005
|
|
@@ -1758,7 +1758,7 @@
|
|
#CPPFLAGS="$CFLAGS -I/usr/pkg/include"; export CPPFLAGS
|
|
#LDFLAGS="$LDFLAGS -L/usr/pkg/lib -Xlinker -rpath -Xlinker /usr/pkg/lib"
|
|
#export LDFLAGS
|
|
- LIBS="-lcrypt"; export LIBS
|
|
+ LIBS="-lcrypt $LIBS"; export LIBS
|
|
cat >>confdefs.h <<\_ACEOF
|
|
#define FREEBSD 1
|
|
_ACEOF
|