diff options
author | rillig <rillig> | 2007-12-02 08:58:25 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-12-02 08:58:25 +0000 |
commit | 0327ad3bff65cc71d7d1c2741e166b984f642ffe (patch) | |
tree | 4d1fc2cbc778c94dad232e11958bb52fef534ecc /misc/brs | |
parent | 6819eec75f491451db9801dfe512ec3698ced0fd (diff) | |
download | pkgsrc-0327ad3bff65cc71d7d1c2741e166b984f642ffe.tar.gz |
gcc4 doesn't know -fwritable-strings.
Diffstat (limited to 'misc/brs')
-rw-r--r-- | misc/brs/Makefile | 3 |
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" |