diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-14 11:58:36 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-14 11:58:36 +0800 |
commit | 264adb9cae7ce53639a6c0f985119b7d68ff1a29 (patch) | |
tree | 0344077d2067846e8cf58330109a4a499f8588cf /games/xminehunter/files | |
parent | e0300951037f54a27f6c79a949b25f2765f13a55 (diff) | |
download | freebsd-ports-gnome-264adb9cae7ce53639a6c0f985119b7d68ff1a29.tar.gz freebsd-ports-gnome-264adb9cae7ce53639a6c0f985119b7d68ff1a29.tar.zst freebsd-ports-gnome-264adb9cae7ce53639a6c0f985119b7d68ff1a29.zip |
Unbreak.
Submitted by: steve
Diffstat (limited to 'games/xminehunter/files')
-rw-r--r-- | games/xminehunter/files/patch-aa | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/games/xminehunter/files/patch-aa b/games/xminehunter/files/patch-aa index 4cc6ac4fc764..79d778a6375a 100644 --- a/games/xminehunter/files/patch-aa +++ b/games/xminehunter/files/patch-aa @@ -1,15 +1,19 @@ ---- Makefile.orig Mon Jul 22 08:11:34 1996 -+++ Makefile Thu Jan 9 17:28:57 1997 -@@ -1,8 +1,8 @@ +--- Makefile.orig Mon Jul 22 01:11:34 1996 ++++ Makefile Tue Oct 13 20:41:49 1998 +@@ -1,9 +1,11 @@ -INSTALL_BIN_PATH = /usr/local/bin -INSTALL_SCORE_PATH = /usr/local/lib/xminehunter +- +-INCLUDES = -I/usr/local/X11R5/include +-LIBS = -L/usr/local/X11R5/lib -lXm -lXt -lXpm -lXext -lX11 +INSTALL_BIN_PATH = ${X11BASE}/bin +INSTALL_SCORE_PATH = ${X11BASE}/lib/X11/xminehunter --INCLUDES = -I/usr/local/X11R5/include --LIBS = -L/usr/local/X11R5/lib -lXm -lXt -lXpm -lXext -lX11 +INCLUDES = -I${X11BASE}/include +LIBS = -L${X11BASE}/lib ${MOTIFLIB} -lXt -lXpm -lXext -lX11 - ++.if ${PORTOBJFORMAT} == "elf" ++LIBS+= -Wl,-rpath,${X11BASE}/lib ++.endif CC = g++ + |