diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-06-14 03:06:32 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-06-14 03:06:32 +0000 |
commit | 4fc6268752a46347cb3f2c0410668a05e1552e1a (patch) | |
tree | fdda5e2776da8b6a5af852e285f520103f754ef9 /graphics/xpm | |
parent | 3c297dabc62e12e591e148452ad8aeb3d67024dc (diff) | |
download | ports-4fc6268752a46347cb3f2c0410668a05e1552e1a.tar.gz ports-4fc6268752a46347cb3f2c0410668a05e1552e1a.zip |
Notes
Diffstat (limited to 'graphics/xpm')
-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= |