diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-11 18:57:50 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-11 18:57:50 +0800 |
commit | a5da18eab4529773b680a0eea45eb00a74276859 (patch) | |
tree | 6932a7eb705802612f31120ba67e04f090e26bcb /games/palomino | |
parent | ef799481afcedc5ab2dc85fcf6404a4e81bfa2e6 (diff) | |
download | freebsd-ports-gnome-a5da18eab4529773b680a0eea45eb00a74276859.tar.gz freebsd-ports-gnome-a5da18eab4529773b680a0eea45eb00a74276859.tar.zst freebsd-ports-gnome-a5da18eab4529773b680a0eea45eb00a74276859.zip |
- Respect X11BASE in linking stage
Reported by: pointyhat
Approved by: portmgr (linimon), sat (maintainer)
Diffstat (limited to 'games/palomino')
-rw-r--r-- | games/palomino/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/palomino/Makefile b/games/palomino/Makefile index 82b5da9782dd..866b0976c7fb 100644 --- a/games/palomino/Makefile +++ b/games/palomino/Makefile @@ -34,7 +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 + @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/gfx/tools/cc-config.sh ${WRKSRC}/gfx/tools/ld-config.sh do-install: @${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/out/palomino ${PREFIX}/bin/ |