aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/xforms
diff options
context:
space:
mode:
authorMike Heffner <mikeh@FreeBSD.org>2004-02-18 01:51:29 +0000
committerMike Heffner <mikeh@FreeBSD.org>2004-02-18 01:51:29 +0000
commitbc00c656faa3af639895469696b50d5ed28cc91f (patch)
tree6ab5f6b5c37f2901ea9dfb0440a97d14b47b0afc /x11-toolkits/xforms
parent1d463726234195abcf4f0da13e41aaf3a2d24fb3 (diff)
downloadports-bc00c656faa3af639895469696b50d5ed28cc91f.tar.gz
ports-bc00c656faa3af639895469696b50d5ed28cc91f.zip
Don't replace the hardcoded optimization with ${CFLAGS}. It can cause
problems with exotic CFLAGS (they're included by imake anways). Submitted by: mi
Notes
Notes: svn path=/head/; revision=101279
Diffstat (limited to 'x11-toolkits/xforms')
-rw-r--r--x11-toolkits/xforms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile
index 6a58100d8632..cf4cd5733901 100644
--- a/x11-toolkits/xforms/Makefile
+++ b/x11-toolkits/xforms/Makefile
@@ -31,7 +31,7 @@ NO_FILTER_SHLIBS= yes
MAN1= fdesign.1 fd2ps.1
post-patch:
- ${REINPLACE_CMD} -e 's|-O4|${CFLAGS}|' ${WRKSRC}/Imakefile
+ ${REINPLACE_CMD} -e 's|-O4||' ${WRKSRC}/Imakefile
.if defined(X11BASE)
. if ${X11BASE} != "/usr/X11R6"
${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' \