1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/games/xblackjack/files/patch-Imakefile.c
Eric Anholt 54587965be Unbreak, including switching the Motif dependency to lesstif.
PR:		ports/44768
Submitted by:	Paul Everlund <tdv94ped@cs.umu.se>,
		Mark Linimon <linimon@lonesome.com>
2003-05-13 18:57:24 +00:00

12 lines
259 B
C

--- Imakefile.orig Wed Oct 30 22:39:10 2002
+++ Imakefile Wed Oct 30 22:39:40 2002
@@ -54,7 +54,7 @@
/*
* You may need to remove -lbsd.
*/
- EXTRA_LIBRARIES = -lXm $(DEPLIBS) -lbsd
+ EXTRA_LIBRARIES = ${MOTIFLIB} -lXt -lXmu -lXext -lX11
#endif
/*