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:
parent
8b725e85a4
commit
4b8821c079
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144275
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= msyslog
|
||||
PORTVERSION= 1.08g
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www1.corest.com/download/msyslog/
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user