diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-12-11 12:17:02 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-12-11 12:17:02 +0000 |
commit | a3563c8120c414c454031c9d1fa7ceacaaba8b99 (patch) | |
tree | 3e16183b44f1c99ecfd20c55af08c4f9e564ac8d /graphics | |
parent | 23fbeba80d3c256210981dd9557a3163b4b93f98 (diff) | |
download | FreeBSD-ports-a3563c8120c414c454031c9d1fa7ceacaaba8b99.zip FreeBSD-ports-a3563c8120c414c454031c9d1fa7ceacaaba8b99.tar.gz |
OOPS, previously committed not a last version of this patch.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/smpeg/files/patch-ad | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/graphics/smpeg/files/patch-ad b/graphics/smpeg/files/patch-ad index 3195478..7e15d39 100644 --- a/graphics/smpeg/files/patch-ad +++ b/graphics/smpeg/files/patch-ad @@ -1,5 +1,5 @@ ---- smpeg-config.in 2000/12/11 12:11:39 1.1 -+++ smpeg-config.in 2000/12/11 12:12:00 +--- smpeg-config.in.orig Fri Aug 4 02:51:30 2000 ++++ smpeg-config.in Mon Dec 11 14:15:26 2000 @@ -42,7 +42,7 @@ if test @includedir@ != /usr/include ; then includes=-I@includedir@ @@ -9,3 +9,12 @@ ;; --libs) if [ "`uname`" = "SunOS" ]; then +@@ -50,7 +50,7 @@ + else + libdirs="-L@libdir@ @SMPEG_RLD_FLAGS@" + fi +- echo $libdirs -lsmpeg `sdl-config --libs` ++ echo $libdirs -lsmpeg `@SDL_CONFIG@ --libs` + ;; + *) + echo "${usage}" 1>&2 |