diff options
author | tron <tron> | 1998-03-24 22:45:21 +0000 |
---|---|---|
committer | tron <tron> | 1998-03-24 22:45:21 +0000 |
commit | b524c4954dbe32d617ec9912609a9243366202d2 (patch) | |
tree | f54f89085e67018a4a76cd7ca95175c978ea8eef /x11/xpmroot/patches/patch-aa | |
parent | c5f41c34d17175f950aba9b0427014b35c23164d (diff) | |
download | pkgsrc-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-aa | 23 |
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) |