diff options
Diffstat (limited to 'dev-util/gambas/files/gambas-2.7.0-r1-remove-libltdl-from-main.patch')
-rw-r--r-- | dev-util/gambas/files/gambas-2.7.0-r1-remove-libltdl-from-main.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/gambas/files/gambas-2.7.0-r1-remove-libltdl-from-main.patch b/dev-util/gambas/files/gambas-2.7.0-r1-remove-libltdl-from-main.patch new file mode 100644 index 000000000000..9056bab092e6 --- /dev/null +++ b/dev-util/gambas/files/gambas-2.7.0-r1-remove-libltdl-from-main.patch @@ -0,0 +1,20 @@ +--- main/configure.ac.orig 2008-07-21 ++++ main/configure.ac 2008-07-21 +@@ -1,7 +1,6 @@ + dnl ---- configure.ac for main programs + + AC_INIT(configure.ac) +-AC_CONFIG_SUBDIRS(libltdl) + GB_INIT(main) + AC_PROG_LIBTOOL + AM_PROG_CC_C_O +--- main/Makefile.am.orig 2008-07-21 ++++ main/Makefile.am 2008-07-21 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-SUBDIRS = libltdl gbx gbc lib share ++SUBDIRS = gbx gbc lib share + EXTRA_DIST = TODO reconf spec README mime + + install-exec-local: |