1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix SYMBOL_PREFIX, it's must be null.

Noticed by:	Guido <guido_ro@yahoo.it> (via email)
Approved by:	sem (mentor)
This commit is contained in:
Andrej Zverev 2005-10-05 08:36:08 +00:00
parent 8b725e85a4
commit 4b8821c079
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144275
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= msyslog
PORTVERSION= 1.08g
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www1.corest.com/download/msyslog/

View File

@ -52,7 +52,7 @@
+elif test "$UNAME" = "FreeBSD" ; then
+ cat >>confdefs.h <<\EOF
+#define DLOPEN_FLAGS RTLD_LAZY
+#define SYMBOL_PREFIX "_"
+#define SYMBOL_PREFIX ""
+EOF
+
+ SHARED_PARAMS="-Bshareable"