You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/freebsd/dependencies/imlib/files/patch-imlib-config.diff

29 lines
853 B

--- imlib-1.9.15.orig/imlib-config.in
+++ imlib-1.9.15/imlib-config.in
@@ -49,21 +49,21 @@
if test @includedir@ != /usr/include ; then
includes=-I@includedir@
fi
- echo $includes @X_CFLAGS@
+ echo $includes
;;
--cflags-gdk)
if test @includedir@ != /usr/include ; then
includes=-I@includedir@
fi
- echo `@GTK_CONFIG@ --cflags` $includes @X_CFLAGS@
+ echo `@GTK_CONFIG@ --cflags` $includes
;;
--libs)
libdirs=-L@libdir@
- echo $libdirs -lImlib @LDFLAGS@ $gx_libs @X_LIBS@ @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@
+ echo $libdirs -lImlib
;;
--libs-gdk)
libdirs=-L@libdir@
- echo $libdirs -lgdk_imlib$gdk_gx_libs `@GTK_CONFIG@ --libs` $gdk_libs
+ echo $libdirs -lgdk_imlib
;;
*)
echo "${usage}" 1>&2