aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/freeimage/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/freeimage/Makefile b/graphics/freeimage/Makefile
index 3e4c28c7055d..f00d8a475dae 100644
--- a/graphics/freeimage/Makefile
+++ b/graphics/freeimage/Makefile
@@ -20,6 +20,12 @@ USE_GMAKE= yes
USE_ZIP= yes
# convert CRLF to LF for gcc-2.95
EXTRACT_BEFORE_ARGS= -qoa
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= does not compile
+.endif
+
+.include <bsd.port.post.mk>