aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libafterimage/files
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2007-08-06 03:17:15 +0800
committerthierry <thierry@FreeBSD.org>2007-08-06 03:17:15 +0800
commit9139c8b2948dc033cac26e3f7fc325c628185008 (patch)
treec165234c5379dda340530cb9c7c875c07240ead7 /graphics/libafterimage/files
parentff8d5fbcd16e682da4f00f576983e8c56e6aa7bd (diff)
downloadfreebsd-ports-gnome-9139c8b2948dc033cac26e3f7fc325c628185008.tar.gz
freebsd-ports-gnome-9139c8b2948dc033cac26e3f7fc325c628185008.tar.zst
freebsd-ports-gnome-9139c8b2948dc033cac26e3f7fc325c628185008.zip
Fix build when the previous version is still installed.
Reported by: dougb
Diffstat (limited to 'graphics/libafterimage/files')
-rw-r--r--graphics/libafterimage/files/patch-apps:Makefile.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/graphics/libafterimage/files/patch-apps:Makefile.in b/graphics/libafterimage/files/patch-apps:Makefile.in
index 2a2ad2c70e01..3e238247e571 100644
--- a/graphics/libafterimage/files/patch-apps:Makefile.in
+++ b/graphics/libafterimage/files/patch-apps:Makefile.in
@@ -1,5 +1,5 @@
---- apps/Makefile.in.orig Mon Feb 28 23:52:47 2005
-+++ apps/Makefile.in Thu Jun 9 16:36:08 2005
+--- ./apps/Makefile.in.orig Thu Aug 2 07:09:02 2007
++++ ./apps/Makefile.in Sun Aug 5 21:11:50 2007
@@ -13,14 +13,14 @@
MV = @MV@
RM = @RM@
@@ -18,3 +18,12 @@
INCS_X = @X_CFLAGS@
INCS_PRIVATE =
+@@ -30,7 +30,7 @@
+ LIBS_X = @x_libs@
+ LIBS_XEXTS =
+ LIBS_AFTERIMAGE = @AFTERIMAGE_APPS_LIBS@
+-LIBRARIES = $(USER_LD_FLAGS) $(LIBS_AFTERIMAGE) $(LIBS_X) $(LIBS_XEXTS)
++LIBRARIES = $(LIBS_AFTERIMAGE) $(USER_LD_FLAGS) $(LIBS_X) $(LIBS_XEXTS)
+
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@