diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-11 12:17:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-11 12:17:02 +0000 |
commit | 0c4e5cd9995ce325a24f3fb5c294dd9a40929772 (patch) | |
tree | 9ea27c2de7c8a8a51a17ed51d44d9ec40d369a6a /multimedia/smpeg | |
parent | 10914ff052608011d588904c5eded9f7fa03747a (diff) | |
download | ports-0c4e5cd9995ce325a24f3fb5c294dd9a40929772.tar.gz ports-0c4e5cd9995ce325a24f3fb5c294dd9a40929772.zip |
Notes
Diffstat (limited to 'multimedia/smpeg')
-rw-r--r-- | multimedia/smpeg/files/patch-ad | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/multimedia/smpeg/files/patch-ad b/multimedia/smpeg/files/patch-ad index 3195478af95e..7e15d39e6230 100644 --- a/multimedia/smpeg/files/patch-ad +++ b/multimedia/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 |