pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/fceu
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 15 08:43:23 UTC 2020
Modified Files:
pkgsrc/emulators/fceu: Makefile
Log Message:
fceu: link against libm everywhere, needed for cos()
Link against ${LIBOSSAUDIO} too.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/emulators/fceu/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/fceu/Makefile
diff -u pkgsrc/emulators/fceu/Makefile:1.21 pkgsrc/emulators/fceu/Makefile:1.22
--- pkgsrc/emulators/fceu/Makefile:1.21 Wed Jul 4 13:40:17 2018
+++ pkgsrc/emulators/fceu/Makefile Wed Apr 15 08:43:23 2020
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2018/07/04 13:40:17 jperkin Exp $
-#
+# $NetBSD: Makefile,v 1.22 2020/04/15 08:43:23 wiz Exp $
DISTNAME= fceu-0.98.13.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -24,7 +23,7 @@ SUBST_SED.dsp= -e "s|/dev/dsp|${DEVOSSA
INSTALLATION_DIRS= ${PKGMANDIR}/man6 share/doc/fceu
-LDFLAGS.DragonFly= -lm
+LDFLAGS+= -lm ${LIBOSSAUDIO}
post-install:
${INSTALL_DATA} ${WRKSRC}/Documentation/fceu-sdl.6 \
Home |
Main Index |
Thread Index |
Old Index