summaryrefslogtreecommitdiff
path: root/emulators/fceu
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-05-16 16:08:43 +0000
committermarino <marino@pkgsrc.org>2012-05-16 16:08:43 +0000
commitacc2525b4c7a8a10e5277a12e560943c38085f04 (patch)
treeb318cef3982c8737b7b603c5106b583a2f6c75f1 /emulators/fceu
parente24a28f55a41537283eb23882b7d4b2c637937c4 (diff)
downloadpkgsrc-acc2525b4c7a8a10e5277a12e560943c38085f04.tar.gz
emulators/fceu: Fix indirect linking on DragonFly
Diffstat (limited to 'emulators/fceu')
-rw-r--r--emulators/fceu/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/fceu/Makefile b/emulators/fceu/Makefile
index b9b100a4963..4799055d361 100644
--- a/emulators/fceu/Makefile
+++ b/emulators/fceu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/02/15 19:02:11 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2012/05/16 16:08:43 marino Exp $
#
DISTNAME= fceu-0.98.13.src
@@ -25,6 +25,8 @@ SUBST_SED.dsp= -e "s|/dev/dsp|${DEVOSSAUDIO}|"
INSTALLATION_DIRS= ${PKGMANDIR}/man6 share/doc/fceu
+LDFLAGS.DragonFly= -lm
+
post-install:
${INSTALL_DATA} ${WRKSRC}/Documentation/fceu-sdl.6 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/fceu.6