]> git.pld-linux.org Git - packages/ctwm.git/commitdiff
- comipile without xpm files
authorankry <ankry@pld-linux.org>
Tue, 17 Sep 2002 06:44:21 +0000 (06:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ctwm-noxpm.patch -> 1.1

ctwm-noxpm.patch [new file with mode: 0644]

diff --git a/ctwm-noxpm.patch b/ctwm-noxpm.patch
new file mode 100644 (file)
index 0000000..824585c
--- /dev/null
@@ -0,0 +1,17 @@
+--- Imakefile.orig     Tue Sep 17 00:17:10 2002
++++ Imakefile  Tue Sep 17 00:18:25 2002
+@@ -145,14 +145,6 @@
+ NormalLibraryTarget(ctwm, libctwm.o)
+ ComplexProgramTarget(ctwm)
+ InstallNonExecFile(system.ctwmrc,$(TWMDIR))
+-#ifdef XPM
+-install:: xpm
+-      MakeDir($(DESTDIR)$(LIBDIR)/ctwm/images)
+-      @case '${MFLAGS}' in *[i]*) set +e;; esac; \
+-      for i in xpm/?* ; do \
+-              (set -x; $(INSTALL) -c $(INSTLIBFLAGS) $$i $(DESTDIR)$(LIBDIR)/ctwm/images); \
+-      done
+-#endif
+ gram.h gram.c: gram.y
+       $(YACC) $(YFLAGS) gram.y
This page took 0.075638 seconds and 4 git commands to generate.