aboutsummaryrefslogtreecommitdiff
path: root/audio/gbsplay
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2007-06-02 15:44:10 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2007-06-02 15:44:10 +0000
commit5695677cb5e3dbf95e14b717a486e04de41b21d8 (patch)
treeee58c5cdfb9a0e001e329499c1b9939f231cd041 /audio/gbsplay
parent5d0048e5b4004f2466598ad1d316f8c9749ab4ce (diff)
downloadports-5695677cb5e3dbf95e14b717a486e04de41b21d8.tar.gz
ports-5695677cb5e3dbf95e14b717a486e04de41b21d8.zip
Notes
Diffstat (limited to 'audio/gbsplay')
-rw-r--r--audio/gbsplay/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/gbsplay/Makefile b/audio/gbsplay/Makefile
index 75ea0690234f..0e1766ac7350 100644
--- a/audio/gbsplay/Makefile
+++ b/audio/gbsplay/Makefile
@@ -54,8 +54,10 @@ post-patch: gbsplay-post-patch
@${REINPLACE_CMD} -e \
's|/usr/local/include|${LOCALBASE}/include|; \
s|/usr/local/lib|${LOCALBASE}/lib|; \
- s|/usr/X11R6/include|${X11BASE}/include|; \
- s|/usr/X11R6/lib|${X11BASE}/lib|; \
+ s|/usr/X11R6/include||; \
+ s|/usr/X11R6/lib||; \
+ s|/usr/X11/lib|${LOCALBASE}/lib|; \
+ s|/usr/lib/X11|${LOCALBASE}/lib/X11|; \
s|-Os||; s|-pipe||; s|-fomit-frame-pointer||; \
s|-march=$$ARCH||' ${WRKSRC}/configure