diff options
Diffstat (limited to 'x11-clocks/xtu/files')
-rw-r--r-- | x11-clocks/xtu/files/patch-Imakefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-clocks/xtu/files/patch-Imakefile b/x11-clocks/xtu/files/patch-Imakefile new file mode 100644 index 000000000000..c962b12f64d5 --- /dev/null +++ b/x11-clocks/xtu/files/patch-Imakefile @@ -0,0 +1,21 @@ +--- Imakefile.orig Fri Oct 20 21:12:09 2000 ++++ Imakefile Sun Aug 17 23:39:01 2003 +@@ -1,13 +1,15 @@ + XCOMM LOCAL_LIBRARIES = -lImlib -lX11 -lXext +-LOCAL_LIBRARIES = -lXpm -lX11 -lXext ++XCOMM LOCAL_LIBRARIES = -lXpm -lX11 -lXext ++LOCAL_LIBRARIES = ${LDFLAGS} + + SRCS = TolleUhr.c XCC.c + OBJS = TolleUhr.o XCC.o + +-CDEBUGFLAGS = -O2 -g -Wall ++XCOMM CDEBUGFLAGS = -O2 -g -Wall + + XCOMM CCOPTIONS= -DUSE_IMLIB +-CCOPTIONS= -DUSE_XPM ++XCOMM CCOPTIONS= -DUSE_XPM ++CCOPTIONS = ${CPPFLAGS} + + ComplexProgramTargetNoMan(xtu) + |