summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-12-06 08:30:27 +0000
committersat <sat@FreeBSD.org>2006-12-06 08:30:27 +0000
commit631423abca532eb0a0983e1201bc1aec8ab753bc (patch)
tree72987e2c21bfa8bac1d6866408e09a703f8f680f
parentc7a2b99bbbe6ceb99ccaa302a62bd2826d178e8a (diff)
downloadFreeBSD-ports-631423abca532eb0a0983e1201bc1aec8ab753bc.zip
FreeBSD-ports-631423abca532eb0a0983e1201bc1aec8ab753bc.tar.gz
- Respect X11BASE
Reported by: pointyhat via kris Submitted by: rafan
-rw-r--r--games/palomino/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/palomino/Makefile b/games/palomino/Makefile
index 3d933ed..82b5da9 100644
--- a/games/palomino/Makefile
+++ b/games/palomino/Makefile
@@ -34,6 +34,7 @@ post-patch:
@${REINPLACE_CMD} -Ee 's!(CC_FLAGS.*:=)!\1 $$(CFLAGS)!' ${WRKSRC}/gfx/GNUmakefile_common
@${REINPLACE_CMD} -Ee 's!(-O[0-9s]?|-funroll-loops|-fno-inline)!!g' ${WRKSRC}/gfx/tools/cc-config.sh
@${REINPLACE_CMD} -e 's|-march=$$ARCH||' ${WRKSRC}/gfx/tools/cc-config.sh
+ @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/gfx/tools/cc-config.sh
do-install:
@${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/out/palomino ${PREFIX}/bin/
OpenPOWER on IntegriCloud