aboutsummaryrefslogtreecommitdiff
path: root/games/xrally
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-10-30 01:31:00 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-10-30 01:31:00 +0000
commit425c4edca95c22954a8904956bac07a908fd7d0d (patch)
treea69b989f761e550d0d9be2b2a2208846829cfe2c /games/xrally
parent8620ca1c78a7df32e02cc47d80f0db0f923645d8 (diff)
downloadports-425c4edca95c22954a8904956bac07a908fd7d0d.tar.gz
ports-425c4edca95c22954a8904956bac07a908fd7d0d.zip
Fix build due to strange additional -L in the configure part.
Notes
Notes: svn path=/head/; revision=146715
Diffstat (limited to 'games/xrally')
-rw-r--r--games/xrally/Makefile2
-rw-r--r--games/xrally/files/patch-configure13
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"
+