aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-03-24 20:14:44 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-03-24 20:14:44 +0000
commit158a19e086c61a2d22828f1d9b95f52e54ecc193 (patch)
treee4483b9e86629fd9c708c5f0c897f615972e7585 /x11-toolkits/gtk30
parent9ec9242bfedea9042eafec97a6e94e03aaf22756 (diff)
downloadports-158a19e086c61a2d22828f1d9b95f52e54ecc193.tar.gz
ports-158a19e086c61a2d22828f1d9b95f52e54ecc193.zip
Notes
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r--x11-toolkits/gtk30/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index 25de12f2e5ac..6dc096830087 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -68,15 +68,6 @@ PLIST_SUB+= CUPS:=""
PLIST_SUB+= CUPS:="@comment "
.endif
-# There is a SSE2 bug in either GCC or in our libc, when use p4, p-m or else
-# is being use in CPUTYPE that enable SSE2 will causing Java with GTK2 and
-# Mono/gtk-sharp crash. Disable SSE2 to solve the crash and see ports/72014
-# for detail.
-.if ${OSVERSION} >= 500000 && ( ${ARCH} == "i386" || ${ARCH} == "amd64" ) \
- && ${CC} != "icc"
-#CFLAGS+= -mno-sse2
-.endif
-
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${GREP} -l lgmodule | \
${XARGS} ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g'