diff options
author | dholland <dholland> | 2015-01-01 11:36:38 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-01-01 11:36:38 +0000 |
commit | e018048f374c87060b4665e0392f484bbeb5bc38 (patch) | |
tree | 5e6eae6a9f0904780052d5b16a9fee7cbfc3698e /textproc/lq-sp | |
parent | c9e6ffe776a6471022b2e1210fc86a0e9801da17 (diff) | |
download | pkgsrc-e018048f374c87060b4665e0392f484bbeb5bc38.tar.gz |
Remove NOT_FOR_PLATFORM=*-*-alpha # doesn't build (LP64 bugs)
as it builds on amd64. Might not *work* of course; if anyone
feels like testing...
Diffstat (limited to 'textproc/lq-sp')
-rw-r--r-- | textproc/lq-sp/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/lq-sp/Makefile b/textproc/lq-sp/Makefile index 48a403b5d11..87facf91f77 100644 --- a/textproc/lq-sp/Makefile +++ b/textproc/lq-sp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/10/09 14:07:02 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/01/01 11:36:38 dholland Exp $ # DISTNAME= lq-sp-1.3.4.12 @@ -11,9 +11,6 @@ COMMENT= Modified SP package USE_LANGUAGES= c c++ -# doesn't build (LP64 bugs) -NOT_FOR_PLATFORM= *-*-alpha - SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Fixing hardcoded paths. SUBST_STAGE.paths= pre-configure |