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.
gentoo-overlay/x11-libs/fxscintilla/files/1.71-shared-libs.patch

20 lines
619 B

--- fxscintilla-1.62-orig/configure.in 2005-01-16 11:26:34.000000000 -0500
+++ fxscintilla-1.62/configure.in 2005-01-16 11:27:40.000000000 -0500
@@ -13,9 +13,6 @@
AM_CONDITIONAL(HAVE_MINGW32, test x"$HAVE_MINGW32" = xyes)
dnl Using libtool
-if test x"$HAVE_CYGWIN" = xyes -o x"$HAVE_MINGW32" = xyes; then
- AC_DISABLE_SHARED
-fi
AM_PROG_LIBTOOL
dnl Must have a C++ compiler
--- fxscintilla-1.62-orig/Makefile.am 2005-01-16 11:41:12.000000000 -0500
+++ fxscintilla-1.62/Makefile.am 2005-01-16 11:40:50.000000000 -0500
@@ -1 +1,4 @@
SUBDIRS = scintilla include ltdl src tests .
+
+ACLOCAL_AMFLAGS = -I config
+