diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
commit | 2df76eb0a73bb59d817aa60758a5f10e3e544c3b (patch) | |
tree | 07e10c49034b87755dafb03956ad93c5363e0bb7 /games/xminehunter | |
parent | 1c97f613254a72e0ae97ea8d817ebe38096d6949 (diff) | |
download | ports-2df76eb0a73bb59d817aa60758a5f10e3e544c3b.tar.gz ports-2df76eb0a73bb59d817aa60758a5f10e3e544c3b.zip |
Notes
Diffstat (limited to 'games/xminehunter')
-rw-r--r-- | games/xminehunter/files/patch-aa | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/xminehunter/files/patch-aa b/games/xminehunter/files/patch-aa index 79d778a6375a..19500eb99265 100644 --- a/games/xminehunter/files/patch-aa +++ b/games/xminehunter/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.orig Mon Jul 22 01:11:34 1996 -+++ Makefile Tue Oct 13 20:41:49 1998 -@@ -1,9 +1,11 @@ +--- Makefile.orig Mon Jul 22 02:11:34 1996 ++++ Makefile Thu Jan 25 22:22:22 2007 +@@ -1,9 +1,9 @@ -INSTALL_BIN_PATH = /usr/local/bin -INSTALL_SCORE_PATH = /usr/local/lib/xminehunter - @@ -11,9 +11,7 @@ +INCLUDES = -I${X11BASE}/include +LIBS = -L${X11BASE}/lib ${MOTIFLIB} -lXt -lXpm -lXext -lX11 -+.if ${PORTOBJFORMAT} == "elf" +LIBS+= -Wl,-rpath,${X11BASE}/lib -+.endif CC = g++ |