summaryrefslogtreecommitdiff
path: root/x11/xpmroot/patches/patch-aa
diff options
context:
space:
mode:
authortron <tron>1998-03-24 22:45:21 +0000
committertron <tron>1998-03-24 22:45:21 +0000
commitb524c4954dbe32d617ec9912609a9243366202d2 (patch)
treef54f89085e67018a4a76cd7ca95175c978ea8eef /x11/xpmroot/patches/patch-aa
parentc5f41c34d17175f950aba9b0427014b35c23164d (diff)
downloadpkgsrc-b524c4954dbe32d617ec9912609a9243366202d2.tar.gz
Initial commit of "xpmroot-1.01" package.
Diffstat (limited to 'x11/xpmroot/patches/patch-aa')
-rw-r--r--x11/xpmroot/patches/patch-aa23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/xpmroot/patches/patch-aa b/x11/xpmroot/patches/patch-aa
new file mode 100644
index 00000000000..e9c6f180c7f
--- /dev/null
+++ b/x11/xpmroot/patches/patch-aa
@@ -0,0 +1,23 @@
+--- Imakefile.orig Sat Feb 17 05:44:43 1996
++++ Imakefile Tue Mar 24 23:14:07 1998
+@@ -1,17 +1,10 @@
+ /*
+- * Imakefile for fvwm 2.0 -- xpmroot
++ * Imakefile for xpmroot
+ */
+
+-FVWM_SRCDIR = ..
+-#include "../Fvwm.tmpl"
+-
+-#if HasXpm
+-
+ SRCS = xpmroot.c
+ OBJS = xpmroot.o
+
+-LOCAL_LIBRARIES = $(FVWM_LIBS) $(XLIB)
+-
+-FvwmProgramTarget(xpmroot)
+-#endif
++LOCAL_LIBRARIES = -lXpm $(XLIB)
+
++ComplexProgramTarget(xpmroot)