diff options
-rw-r--r-- | graphics/xpm/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/xpm/files/patch-ab b/graphics/xpm/files/patch-ab new file mode 100644 index 000000000000..ed4037061b8a --- /dev/null +++ b/graphics/xpm/files/patch-ab @@ -0,0 +1,10 @@ +*** sxpm/Imakefile.orig Thu Mar 19 20:51:01 1998 +--- sxpm/Imakefile Sun Jun 13 14:19:16 1999 +*************** +*** 96,98 **** +--- 96,100 ---- + clean:: + $(RM) sxpmout.xpm + ++ XCOMM unset LDPRELIBS to ensure we link with local lib not system lib ++ LDPRELIBS= |