diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-06-02 15:44:10 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-06-02 15:44:10 +0000 |
commit | 5695677cb5e3dbf95e14b717a486e04de41b21d8 (patch) | |
tree | ee58c5cdfb9a0e001e329499c1b9939f231cd041 /audio/gbsplay | |
parent | 5d0048e5b4004f2466598ad1d316f8c9749ab4ce (diff) |
Notes
Diffstat (limited to 'audio/gbsplay')
-rw-r--r-- | audio/gbsplay/Makefile | 6 |
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 |