summaryrefslogtreecommitdiff
path: root/graphics/xpm/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xpm/patches/patch-aa')
-rw-r--r--graphics/xpm/patches/patch-aa32
1 files changed, 8 insertions, 24 deletions
diff --git a/graphics/xpm/patches/patch-aa b/graphics/xpm/patches/patch-aa
index dd68266684b..b186f9196db 100644
--- a/graphics/xpm/patches/patch-aa
+++ b/graphics/xpm/patches/patch-aa
@@ -1,26 +1,10 @@
---- lib/Imakefile 1997/11/06 11:09:44 1.1
-+++ lib/Imakefile 1997/11/06 11:10:29
-@@ -34,8 +34,12 @@
- #define XpmLibDir $(USRLIBDIR)
- #endif
- #ifndef XpmIncDir
-+#if defined(NetBSDArchitecture)
-+#define XpmIncDir $(INCROOT)
-+#else
- #define XpmIncDir $(INCDIR)
- #endif
-+#endif
+--- Imakefile.orig Thu Mar 19 14:50:59 1998
++++ Imakefile Sat Jul 4 05:08:45 1998
+@@ -59,6 +59,7 @@
- XCOMM If not already set in top dir,
- XCOMM you can uncomment the following line to avoid building the shared lib
-@@ -44,6 +48,10 @@
- #ifndef SharedLibXpm
- # define SharedLibXpm (HasSharedLibraries && \
- !(defined(SGIArchitecture) && !SystemV4))
-+#endif
-+
-+#if defined(NetBSDArchitecture)
-+#define NormalLibXpm 1
- #endif
+ XCOMM You can uncomment the following line to avoid building the shared lib
+ XCOMM IMAKE_DEFINES = -DSharedLibXpm=NO
++IMAKE_DEFINES = -DForceNormalLib=YES
- #ifndef NormalLibXpm
+
+ XCOMM