mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
21 lines
636 B
Plaintext
21 lines
636 B
Plaintext
--- 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@
|
|
fi
|
|
- echo $includes -I@includedir@/smpeg `sdl-config --cflags`
|
|
+ echo $includes -I@includedir@/smpeg `@SDL_CONFIG@ --cflags`
|
|
;;
|
|
--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
|