aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/afterstep-stable
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-05-19 19:52:37 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-05-19 19:52:37 +0000
commitd1f7b9bfb00451c85f1146a4556a6f53398035a2 (patch)
tree1a00536e264e717770adcb71300c8c8234045d46 /x11-wm/afterstep-stable
parentedcd5a810996758c6c0922a70137b76177d06910 (diff)
downloadports-d1f7b9bfb00451c85f1146a4556a6f53398035a2.tar.gz
ports-d1f7b9bfb00451c85f1146a4556a6f53398035a2.zip
. Reorder the test for GTK2 so its only done when it may be needed.
Currently its never needed and testing for it only introduced a useless dependency that the port didn't list. Submitted by: roam
Notes
Notes: svn path=/head/; revision=135642
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r--x11-wm/afterstep-stable/files/patch-configure24
1 files changed, 20 insertions, 4 deletions
diff --git a/x11-wm/afterstep-stable/files/patch-configure b/x11-wm/afterstep-stable/files/patch-configure
index e37779b740eb..650f48db55e1 100644
--- a/x11-wm/afterstep-stable/files/patch-configure
+++ b/x11-wm/afterstep-stable/files/patch-configure
@@ -1,8 +1,8 @@
$FreeBSD$
---- configure.orig Mon Sep 13 11:43:06 2004
-+++ configure Mon Sep 13 11:43:30 2004
-@@ -1734,7 +1734,7 @@
+--- configure.old Thu May 19 20:16:44 2005
++++ configure Thu May 19 20:25:36 2005
+@@ -1791,7 +1791,7 @@
# Check whether --enable-reuse-font or --disable-reuse-font was given.
if test "${enable_reuse_font+set}" = set; then
enableval="$enable_reuse_font"
@@ -11,7 +11,7 @@ $FreeBSD$
cat >>confdefs.h <<\_ACEOF
#define MODULE_REUSE_LOADED_FONT 1
_ACEOF
-@@ -5450,7 +5450,7 @@
+@@ -5833,7 +5833,7 @@
have_shmimage=no
@@ -20,3 +20,19 @@ $FreeBSD$
enable_shmimage=no
fi
+@@ -7983,7 +7983,6 @@
+ echo "${ECHO_T}neither fltk nor GTK found" >&6
+ echo "You have to install FLTK or GTK libaries in order to be able to compile ascp."
+ fi;
+-fi;
+
+ pkg_modules="gtk+-2.0 >= 2.0.0"
+
+@@ -8086,6 +8085,7 @@
+
+ ASCP_GTK_LIBS=$PACKAGE_LIBS
+ ASCP_GTK_INCLUDES=$PACKAGE_CFLAGS
++fi;
+
+
+ if test "x$with_libefence" = "xyes"; then