diff options
-rw-r--r-- | games/xrally/Makefile | 2 | ||||
-rw-r--r-- | games/xrally/files/patch-configure | 13 |
2 files changed, 12 insertions, 3 deletions
diff --git a/games/xrally/Makefile b/games/xrally/Makefile index c0f7557f2810..e991c5f6882b 100644 --- a/games/xrally/Makefile +++ b/games/xrally/Makefile @@ -8,7 +8,7 @@ PORTNAME= xrally PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} DISTNAME= ${PORTNAME}-1.1 diff --git a/games/xrally/files/patch-configure b/games/xrally/files/patch-configure index fa1a66774591..335e458fdca4 100644 --- a/games/xrally/files/patch-configure +++ b/games/xrally/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Sun May 8 21:23:28 2005 -+++ configure Sun May 8 21:24:31 2005 +--- configure.orig Mon Dec 18 18:21:52 2000 ++++ configure Sun Oct 30 02:39:48 2005 @@ -1108,14 +1108,14 @@ if test "$WITH_SOUND" = "yes"; then @@ -27,3 +27,12 @@ else echo "$ac_t""no" 1>&6 +@@ -1499,7 +1499,7 @@ + fi + + +-LDFLAGS="$LDFLAGS -L$x_libraries" ++LDFLAGS="$LDFLAGS -L{x_libraries-.}" + LIBS="$LIBS -lX11" + INCLUDES="$INCLUDES -I$x_includes" + |