pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/dosbox Add -fPIC to CPPFLAGS to fix build on...
details: https://anonhg.NetBSD.org/pkgsrc/rev/714bd6ffef87
branches: trunk
changeset: 626080:714bd6ffef87
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Oct 31 15:10:49 2013 +0000
description:
Add -fPIC to CPPFLAGS to fix build on NetBSD-6.99.24/amd64/clang/libc++.
diffstat:
emulators/dosbox/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 21f371f72c6a -r 714bd6ffef87 emulators/dosbox/Makefile
--- a/emulators/dosbox/Makefile Thu Oct 31 14:41:58 2013 +0000
+++ b/emulators/dosbox/Makefile Thu Oct 31 15:10:49 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2013/10/21 09:48:10 fhajny Exp $
+# $NetBSD: Makefile,v 1.37 2013/10/31 15:10:49 wiz Exp $
DISTNAME= dosbox-0.74
PKGREVISION= 4
@@ -13,6 +13,7 @@
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CPPFLAGS.SunOS+= -DDISABLE_JOYSTICK
+CPPFLAGS+= -fPIC
LDFLAGS.SunOS+= -lsocket
INSTALLATION_DIRS= share/doc/dosbox
Home |
Main Index |
Thread Index |
Old Index