SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/sdl-image/patches/patch-Makefile_in
Normal file
15
devel/sdl-image/patches/patch-Makefile_in
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- Makefile.in.orig Fri Jan 20 20:51:33 2012
|
||||
+++ Makefile.in Sat Mar 17 12:45:49 2012
|
||||
@@ -303,12 +303,10 @@ EXTRA_DIST = \
|
||||
|
||||
@USE_VERSION_RC_FALSE@libSDL_image_la_LDFLAGS = \
|
||||
@USE_VERSION_RC_FALSE@ -no-undefined \
|
||||
-@USE_VERSION_RC_FALSE@ -release $(LT_RELEASE) \
|
||||
@USE_VERSION_RC_FALSE@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
||||
|
||||
@USE_VERSION_RC_TRUE@libSDL_image_la_LDFLAGS = \
|
||||
@USE_VERSION_RC_TRUE@ -no-undefined \
|
||||
-@USE_VERSION_RC_TRUE@ -release $(LT_RELEASE) \
|
||||
@USE_VERSION_RC_TRUE@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -Wl,version.o
|
||||
|
||||
@USE_VERSION_RC_FALSE@libSDL_image_la_LIBADD = $(IMG_LIBS)
|
9
devel/sdl-image/patches/patch-SDL_image_pc_in
Normal file
9
devel/sdl-image/patches/patch-SDL_image_pc_in
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- SDL_image.pc.in.orig Fri Jan 20 20:51:33 2012
|
||||
+++ SDL_image.pc.in Sun Sep 2 22:47:17 2012
|
||||
@@ -8,5 +8,6 @@ Description: image loading library for Simple DirectMe
|
||||
Version: @VERSION@
|
||||
Requires: sdl >= @SDL_VERSION@
|
||||
Libs: -L${libdir} -lSDL_image
|
||||
+Libs.private: @IMG_LIBS@
|
||||
Cflags: -I${includedir}/SDL
|
||||
|
20
devel/sdl-image/patches/patch-configure
Normal file
20
devel/sdl-image/patches/patch-configure
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- configure.orig Fri Jan 20 20:51:33 2012
|
||||
+++ configure Sat Mar 17 12:45:49 2012
|
||||
@@ -14313,7 +14313,7 @@ if test "${ac_cv_lib_tiff_TIFFClientOpen+set}" = set;
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-ltiff -lz $LIBS"
|
||||
+LIBS="-ltiff -ljpeg -lz $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -14986,7 +14986,7 @@ _ACEOF
|
||||
# Disable dynamic jpeg since we're linking it explicitly
|
||||
jpg_lib=''
|
||||
fi
|
||||
- IMG_LIBS="-ltiff -lz $IMG_LIBS"
|
||||
+ IMG_LIBS="-ltiff -ljpeg -lz $IMG_LIBS"
|
||||
fi
|
||||
fi
|
||||
if test x$enable_jpg = xyes -a x$have_jpg_hdr = xyes -a x$have_jpg_lib = xyes; then
|
Loading…
Add table
Add a link
Reference in a new issue