summaryrefslogtreecommitdiff
path: root/misc/brs/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2007-12-02 08:58:25 +0000
committerrillig <rillig>2007-12-02 08:58:25 +0000
commit12c64f5b3506dd3f58def87e31b374d932b880c1 (patch)
tree4d1fc2cbc778c94dad232e11958bb52fef534ecc /misc/brs/Makefile
parente85bd63dce2cf110c5f6b3c384db65a393ebcb79 (diff)
downloadpkgsrc-12c64f5b3506dd3f58def87e31b374d932b880c1.tar.gz
gcc4 doesn't know -fwritable-strings.
Diffstat (limited to 'misc/brs/Makefile')
-rw-r--r--misc/brs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/brs/Makefile b/misc/brs/Makefile
index 9f94853d666..8b19334a529 100644
--- a/misc/brs/Makefile
+++ b/misc/brs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/04/11 21:46:33 tv Exp $
+# $NetBSD: Makefile,v 1.8 2007/12/02 08:58:25 rillig Exp $
#
DISTNAME= brs.4.00.l1
@@ -19,5 +19,6 @@ SUBST_CLASSES+= man
SUBST_STAGE.man= post-patch
SUBST_FILES.man= bible.1
SUBST_SED.man= -e s,/usr/local/lib,${PREFIX}/libdata/${PKGBASE},
+BUILDLINK_TRANSFORM+= rm:-fwritable-strings # gcc4 doesn't know it.
.include "../../mk/bsd.pkg.mk"