aboutsummaryrefslogtreecommitdiff
path: root/www/mohawk/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-09-30 23:31:37 +0000
committerJohn Marino <marino@FreeBSD.org>2014-09-30 23:31:37 +0000
commit472f833ad405d06781a24b95c6648c72b8c7d167 (patch)
treeb99b302d5df3c21f04437c229a27a992bbf87ce1 /www/mohawk/Makefile
parent7ed10097567630e5130f979c04516758abbf3f32 (diff)
downloadports-472f833ad405d06781a24b95c6648c72b8c7d167.tar.gz
ports-472f833ad405d06781a24b95c6648c72b8c7d167.zip
www/mohawk: Unbreak on DragonFly, remove useless LDFLAG
The provided LDFLAG of -L${LOCALBASE}/lib/event2 would have stopped working after libevent2.so moved to ${LOCALBASE}/lib had the LDFLAG affected anything. The LDFLAG is set by Makefile.inc, and the handling of DragonFly is wrong for ports, although it might still be correct for pkgsrc. Fix that with a patch and remove the LDFLAG that doesn't do anything. No revbump required.
Notes
Notes: svn path=/head/; revision=369680
Diffstat (limited to 'www/mohawk/Makefile')
-rw-r--r--www/mohawk/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/mohawk/Makefile b/www/mohawk/Makefile
index cc551de9e1c0..6b83c5d07f93 100644
--- a/www/mohawk/Makefile
+++ b/www/mohawk/Makefile
@@ -25,7 +25,6 @@ PORTEXAMPLES= *
USE_RC_SUBR= mohawk
CFLAGS+= -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib/event2
OPTIONS_DEFINE= EXAMPLES