aboutsummaryrefslogtreecommitdiff
path: root/graphics/smpeg
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-12-11 12:17:02 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-12-11 12:17:02 +0000
commit0c4e5cd9995ce325a24f3fb5c294dd9a40929772 (patch)
tree9ea27c2de7c8a8a51a17ed51d44d9ec40d369a6a /graphics/smpeg
parent10914ff052608011d588904c5eded9f7fa03747a (diff)
downloadports-0c4e5cd9995ce325a24f3fb5c294dd9a40929772.tar.gz
ports-0c4e5cd9995ce325a24f3fb5c294dd9a40929772.zip
Notes
Diffstat (limited to 'graphics/smpeg')
-rw-r--r--graphics/smpeg/files/patch-ad13
1 files changed, 11 insertions, 2 deletions
diff --git a/graphics/smpeg/files/patch-ad b/graphics/smpeg/files/patch-ad
index 3195478af95e..7e15d39e6230 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