diff options
author | ume <ume@FreeBSD.org> | 2004-09-27 00:28:48 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-09-27 00:28:48 +0800 |
commit | b56a1aabf5a8d6e02042a3ec3f44ae1e08e2dcc6 (patch) | |
tree | 8bc547b636f7d1fa9b3a855ed35d6db0b3bb99bf /print/pips800 | |
parent | 238ca6e811b83bf4c505afa8ffc29230d5c1aae2 (diff) | |
download | freebsd-ports-gnome-b56a1aabf5a8d6e02042a3ec3f44ae1e08e2dcc6.tar.gz freebsd-ports-gnome-b56a1aabf5a8d6e02042a3ec3f44ae1e08e2dcc6.tar.zst freebsd-ports-gnome-b56a1aabf5a8d6e02042a3ec3f44ae1e08e2dcc6.zip |
fix build on pointyhat.
Approved by: portmgr (kris)
Diffstat (limited to 'print/pips800')
-rw-r--r-- | print/pips800/Makefile.pips | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pips800/Makefile.pips b/print/pips800/Makefile.pips index 79a0bb185d80..e009753937f0 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 |