summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-10-29 12:27:12 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-10-29 12:27:12 +0000
commita65fcd6a9c6af92eef092eecc70ce4f4dc197c35 (patch)
tree460ec3c2e705fe6df994abea6d293c085b64af8b
parentRename to match actual patched file name (which was moved since original PR (diff)
- Fix build on FreeBSD 10
Notes
Notes: svn path=/head/; revision=284641
-rw-r--r--archivers/squeeze/Makefile1
-rw-r--r--graphics/ImageMagick/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/archivers/squeeze/Makefile b/archivers/squeeze/Makefile
index 63ad8555da54..1df50b94dd3f 100644
--- a/archivers/squeeze/Makefile
+++ b/archivers/squeeze/Makefile
@@ -23,6 +23,7 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
+WITH_FBSD10_FIX=yes
USE_XFCE= configenv panel thunar thunarvfs
USE_XORG= x11
USE_GNOME= gnomehack gtk20 glib20 intltool intlhack pkgconfig
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 6a6e699a079b..347aebd03284 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -20,6 +20,7 @@ USE_XZ= yes
USE_PERL5= yes
USE_GNOME= gnomehack pkgconfig
USE_AUTOTOOLS= libltdl
+WITH_FBSD10_FIX=yes
# For some reason, using our libtool breaks the build into pieces:
#USE_AUTOTOOLS+= libtool
GNU_CONFIGURE= yes