diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-15 22:23:33 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-15 22:23:33 +0000 |
commit | 45dbdd491b452bdcb0b7a1c8962310768ad8e259 (patch) | |
tree | cf2915b4c57b60761f0a323bf79bd05a3d59c3c4 /x11-misc/xcalendar/files/xcalendar-4.0-motif-gentoo.diff | |
parent | Changed the pcmcia init script name, which required a minor edit to all pcmci... (diff) | |
download | historical-45dbdd491b452bdcb0b7a1c8962310768ad8e259.tar.gz historical-45dbdd491b452bdcb0b7a1c8962310768ad8e259.tar.bz2 historical-45dbdd491b452bdcb0b7a1c8962310768ad8e259.zip |
new package
Diffstat (limited to 'x11-misc/xcalendar/files/xcalendar-4.0-motif-gentoo.diff')
-rw-r--r-- | x11-misc/xcalendar/files/xcalendar-4.0-motif-gentoo.diff | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-misc/xcalendar/files/xcalendar-4.0-motif-gentoo.diff b/x11-misc/xcalendar/files/xcalendar-4.0-motif-gentoo.diff new file mode 100644 index 000000000000..a35d98bcb814 --- /dev/null +++ b/x11-misc/xcalendar/files/xcalendar-4.0-motif-gentoo.diff @@ -0,0 +1,26 @@ +--- xcalendar.orig/Imakefile Sat Sep 30 20:19:17 1995 ++++ xcalendar/Imakefile Tue Aug 20 08:37:48 2002 +@@ -1,18 +1,18 @@ + XCALENDAR_LIBDIR = $(LIBDIR)/xcalendar + LIBFILES = larrow.xbm qmark.xbm quit.xbm rarrow.xbm xcalendar.hlp + # Comment out the following two lines for the Motif version +-LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) +- EXTRA_DEFINES = -DATHENA ++#LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) ++# EXTRA_DEFINES = -DATHENA + # Uncomment the following two lines for the Motif version +-# LOCAL_LIBRARIES = -L/usr/local/Motif/lib -lXm $(XMULIB) $(XTOOLLIB) $(XLIB) +-# EXTRA_DEFINES = -I/usr/local/Motif/include ++ LOCAL_LIBRARIES = -lXm $(XMULIB) $(XTOOLLIB) $(XLIB) ++ EXTRA_DEFINES = + SRCS = xcalendar.c dayeditor.c lists.c + OBJS = xcalendar.o dayeditor.o lists.o + + # + # for Internationalization + # +-EXTRA_DEFINES = -DXI18N -DATHENA ++#EXTRA_DEFINES = -DXI18N -DATHENA + ##if !SharedLibXwchar + # _UseCat($(USRLIBDIR),$(CONTRIBSRC)/lib/Xwchar,/libXwchar.a) + # XWCHARLIB = LoaderLibPrefix _Use(-lXwchar,$(DEPXWCHARLIB)) |