diff options
author | Andrej Zverev <az@FreeBSD.org> | 2005-10-05 08:36:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2005-10-05 08:36:08 +0000 |
commit | 4b8821c079fb9c1872115d180747501cbba5f822 (patch) | |
tree | e5ceac47ac5679278fe657b9097661ac7fb4e0dc /sysutils | |
parent | 8b725e85a4c4ea795df32af39b5f9128127ac13d (diff) | |
download | ports-4b8821c079fb9c1872115d180747501cbba5f822.tar.gz ports-4b8821c079fb9c1872115d180747501cbba5f822.zip |
- Fix SYMBOL_PREFIX, it's must be null.
Noticed by: Guido <guido_ro@yahoo.it> (via email)
Approved by: sem (mentor)
Notes
Notes:
svn path=/head/; revision=144275
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/msyslog/Makefile | 1 | ||||
-rw-r--r-- | sysutils/msyslog/files/patch-configure | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/msyslog/Makefile b/sysutils/msyslog/Makefile index 2692451c3690..e1721dc30451 100644 --- a/sysutils/msyslog/Makefile +++ b/sysutils/msyslog/Makefile @@ -7,6 +7,7 @@ PORTNAME= msyslog PORTVERSION= 1.08g +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www1.corest.com/download/msyslog/ diff --git a/sysutils/msyslog/files/patch-configure b/sysutils/msyslog/files/patch-configure index c89e4dde78c4..6152a58cd512 100644 --- a/sysutils/msyslog/files/patch-configure +++ b/sysutils/msyslog/files/patch-configure @@ -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" |