aboutsummaryrefslogtreecommitdiff
path: root/graphics/libafterimage
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2007-08-05 19:17:15 +0000
committerThierry Thomas <thierry@FreeBSD.org>2007-08-05 19:17:15 +0000
commit501cc02476e7895611f312c3467fc974a4e55b2a (patch)
treec5fbd36d518575910e7f3477ceed4be83c75575f /graphics/libafterimage
parente4e3f0a7b86d7702585003785ac7dde4d01e5578 (diff)
Notes
Diffstat (limited to 'graphics/libafterimage')
-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@