diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-29 18:54:44 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-29 18:54:44 +0000 |
commit | 937c0f23bdb11fbdbb242ccd4be075a20cc31c10 (patch) | |
tree | 4996f43086f553f15bc247175830d354dead02e0 /print | |
parent | 1b0beb4df505aea42a7538b97cf6a6d4064d93b4 (diff) | |
download | ports-937c0f23bdb11fbdbb242ccd4be075a20cc31c10.tar.gz ports-937c0f23bdb11fbdbb242ccd4be075a20cc31c10.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/ifhp/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/ifhp/Makefile b/print/ifhp/Makefile index 88f60287da04..11ae5f20e986 100644 --- a/print/ifhp/Makefile +++ b/print/ifhp/Makefile @@ -53,10 +53,6 @@ PLIST_SUB+= NLS="@comment " .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - .if defined(WITHOUT_FOOMATIC) CONFIGURE_ARGS+= --disable-foomatic .else @@ -83,6 +79,9 @@ pre-everything:: fi @${ECHO_MSG} "Configuring with '${CONFIGURE_ARGS}'" +post-patch: + @${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/configure + post-install: .if !defined(NOPORTDOCS) @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 0555 ${DOCSDIR} |