svn commit: r324539 - head/games/xblackjack/files

Guido Falsi madpilot at FreeBSD.org
Sat Aug 10 15:12:54 UTC 2013


Author: madpilot
Date: Sat Aug 10 15:12:53 2013
New Revision: 324539
URL: http://svnweb.freebsd.org/changeset/ports/324539

Log:
  Fix build.

Modified:
  head/games/xblackjack/files/patch-Imakefile.c   (contents, props changed)

Modified: head/games/xblackjack/files/patch-Imakefile.c
==============================================================================
--- head/games/xblackjack/files/patch-Imakefile.c	Sat Aug 10 15:08:22 2013	(r324538)
+++ head/games/xblackjack/files/patch-Imakefile.c	Sat Aug 10 15:12:53 2013	(r324539)
@@ -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
  
  /*


More information about the svn-ports-head mailing list