diff options
author | tv <tv@pkgsrc.org> | 1998-07-23 12:07:23 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-23 12:07:23 +0000 |
commit | 9708b330b3fbf6004fb51f38361cdc0ec7680f2d (patch) | |
tree | fe07e3248bfa810a0c5f5ce316704a8bed4295bb /audio | |
parent | aad2f21ae29f12dc5f5389c7fe4df2791dc911b7 (diff) | |
download | pkgsrc-9708b330b3fbf6004fb51f38361cdc0ec7680f2d.tar.gz |
Fix XM\PM_(INC,LIB)DIR as pointed out by Tim Rightnour in PR5816.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xwave/patches/patch-ao | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/xwave/patches/patch-ao b/audio/xwave/patches/patch-ao new file mode 100644 index 00000000000..27717ae2a11 --- /dev/null +++ b/audio/xwave/patches/patch-ao @@ -0,0 +1,9 @@ +--- FWF/FWF.tmpl.orig Thu Jul 23 02:11:50 1998 ++++ FWF/FWF.tmpl Thu Jul 23 02:16:13 1998 +@@ -54,4 +54,4 @@ + +-XPM_LIBDIR = +-XPM_INCDIR = ++XPM_LIBDIR = $(PREFIX)/lib ++XPM_INCDIR = $(PREFIX)/include + XPM_LIB = -lXpm |