diff options
author | edwin <edwin@FreeBSD.org> | 2005-10-30 09:31:00 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-10-30 09:31:00 +0800 |
commit | e2ef51f9c15fce1ae0dc7ee6744e8f30096f67e6 (patch) | |
tree | 46ff7e63769d08be2d4777c0e700e3dca4253de4 /games | |
parent | dd9cbdbd7c3851218148245358ef1c6cf1ece94b (diff) | |
download | freebsd-ports-gnome-e2ef51f9c15fce1ae0dc7ee6744e8f30096f67e6.tar.gz freebsd-ports-gnome-e2ef51f9c15fce1ae0dc7ee6744e8f30096f67e6.tar.zst freebsd-ports-gnome-e2ef51f9c15fce1ae0dc7ee6744e8f30096f67e6.zip |
Fix build due to strange additional -L in the configure part.
Diffstat (limited to 'games')
-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" + |