diff options
Diffstat (limited to 'x11-toolkits/gtkada3/files/patch-configure')
-rw-r--r-- | x11-toolkits/gtkada3/files/patch-configure | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/x11-toolkits/gtkada3/files/patch-configure b/x11-toolkits/gtkada3/files/patch-configure deleted file mode 100644 index 800f60a9256f..000000000000 --- a/x11-toolkits/gtkada3/files/patch-configure +++ /dev/null @@ -1,39 +0,0 @@ ---- configure.orig 2016-05-12 07:43:49 UTC -+++ configure -@@ -2105,6 +2105,11 @@ fi - ac_GNATLIB=`cd $ac_GNATDIR; ls libgnat-*.dll | sed 's,lib,,;s,.dll,,'` - OS_SPECIFIC_LINK_OPTIONS=-Wl,-L$ac_GNATDIR,-l$ac_GNATLIB - ;; -+ *dragonfly*|*bsd*) -+ if test x$CAN_BUILD_SHARED = xyes ; then -+ BUILD_SHARED=yes -+ fi -+ ;; - *darwin*) - SO_EXT=.dylib - NEED_OBJECTIVE_C=yes -@@ -3551,7 +3556,7 @@ $as_echo_n "checking for GTK - version > - GTK_CFLAGS=`$PKG_CONFIG $GTK --cflags` - GTK_LIBS=`$PKG_CONFIG $GTK gmodule-2.0 fontconfig --libs` - -- GTK_LIBS="$GTK_LIBS $LDFLAGS" -+ GTK_LIBS="$GTK_LIBS $LDFLAGS -lm -lX11" - - ac_save_CFLAGS="$CFLAGS" - ac_save_LIBS="$LIBS" -@@ -3668,14 +3673,7 @@ fi - GL_CFLAGS="" - else - GL_CFLAGS="-I$with_GL_prefix/include" -- case "${host}" in -- *64*) -- GL_LDOPTS="-L$with_GL_prefix/lib64" -- ;; -- *) -- GL_LDOPTS="-L$with_GL_prefix/lib" -- ;; -- esac -+ GL_LDOPTS="-L$with_GL_prefix/lib" - fi - - saved_LIBS="$LIBS" |