aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2013-08-10 23:12:53 +0800
committermadpilot <madpilot@FreeBSD.org>2013-08-10 23:12:53 +0800
commit02b252378a6f200507ed395a0c33a3232072a727 (patch)
tree1ba3691590219919242ed49eb68eee43f716d988 /games
parent1ac6a624f3d40473d908340b3deeacbb7e99b693 (diff)
downloadfreebsd-ports-gnome-02b252378a6f200507ed395a0c33a3232072a727.tar.gz
freebsd-ports-gnome-02b252378a6f200507ed395a0c33a3232072a727.tar.zst
freebsd-ports-gnome-02b252378a6f200507ed395a0c33a3232072a727.zip
Fix build.
Diffstat (limited to 'games')
-rw-r--r--games/xblackjack/files/patch-Imakefile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xblackjack/files/patch-Imakefile.c b/games/xblackjack/files/patch-Imakefile.c
index 9ef5c03e4c95..29c550dbf2fa 100644
--- a/games/xblackjack/files/patch-Imakefile.c
+++ b/games/xblackjack/files/patch-Imakefile.c
@@ -1,11 +1,11 @@
---- Imakefile.orig Wed Oct 30 22:39:10 2002
-+++ Imakefile Wed Oct 30 22:39:40 2002
+--- Imakefile.orig 1993-06-18 19:17:45.000000000 +0200
++++ Imakefile 2013-08-10 16:54:28.755342996 +0200
@@ -54,7 +54,7 @@
/*
* You may need to remove -lbsd.
*/
- EXTRA_LIBRARIES = -lXm $(DEPLIBS) -lbsd
-+ EXTRA_LIBRARIES = ${MOTIFLIB} -lXt -lXmu -lXext -lX11
++ EXTRA_LIBRARIES = -lXm -lXt -lXmu -lXext -lX11
#endif
/*