diff options
author | ume <ume@FreeBSD.org> | 2004-09-26 16:28:48 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-09-26 16:28:48 +0000 |
commit | b56a1aabf5a8d6e02042a3ec3f44ae1e08e2dcc6 (patch) | |
tree | 8bc547b636f7d1fa9b3a855ed35d6db0b3bb99bf /print | |
parent | 238ca6e811b83bf4c505afa8ffc29230d5c1aae2 (diff) | |
download | FreeBSD-ports-b56a1aabf5a8d6e02042a3ec3f44ae1e08e2dcc6.zip FreeBSD-ports-b56a1aabf5a8d6e02042a3ec3f44ae1e08e2dcc6.tar.gz |
fix build on pointyhat.
Approved by: portmgr (kris)
Diffstat (limited to 'print')
-rw-r--r-- | print/pips-spr800/Makefile | 2 | ||||
-rw-r--r-- | print/pips800/Makefile.pips | 2 | ||||
-rw-r--r-- | print/pipsg900/Makefile | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/print/pips-spr800/Makefile b/print/pips-spr800/Makefile index 32bc134..e2cef91 100644 --- a/print/pips-spr800/Makefile +++ b/print/pips-spr800/Makefile @@ -13,6 +13,4 @@ PRTYPE= -spr800 PATCH_PRN= PATCH.PRN -BROKEN= Does not compile - .include "${MASTERDIR}/Makefile.pips" diff --git a/print/pips800/Makefile.pips b/print/pips800/Makefile.pips index 79a0bb1..e009753 100644 --- a/print/pips800/Makefile.pips +++ b/print/pips800/Makefile.pips @@ -280,7 +280,7 @@ post-patch: .endif .if ${PIPS_LEVEL} >= 206 || ${DIST_TYPE} == lpr ${REINPLACE_CMD} -e 's,@CUPS_LIBS@,& -lintl,' \ - -e 's,^INCLUDES = @GTK_CFLAGS@ $$,&$$(INCLTDL),' \ + -e 's;^\(INCLUDES = \{1,2\}\)\(@GTK_CFLAGS@ \)$$;\1$$(INCLTDL) \2;' \ ${WRKSRC}/src/Makefile.in .endif .endif diff --git a/print/pipsg900/Makefile b/print/pipsg900/Makefile index d9ed82d..db81d71 100644 --- a/print/pipsg900/Makefile +++ b/print/pipsg900/Makefile @@ -13,6 +13,4 @@ PRTYPE= g900 PATCH_PRN= PATCH.PRN -BROKEN= "Does not compile" - .include "${MASTERDIR}/Makefile.pips" |