| /trunk/debian/patches/configure_support_freebsd_hurd.patch |
|---|
| File deleted |
| /trunk/debian/patches/new-readline-typedef.patch |
|---|
| File deleted |
| /trunk/debian/patches/read_bugfixes.patch |
|---|
| File deleted |
| /trunk/debian/patches/explicit_linking.patch |
|---|
| 1,14 → 1,3 |
| --- a/Makefile.am |
| +++ b/Makefile.am |
| @@ -51,7 +51,7 @@ noinst_PROGRAMS = test-oop |
| test_oop_SOURCES = test-oop.c |
| test_oop_CFLAGS = $(GLIB2_CFLAGS) $(GLIB_INCLUDES) $(TCL_INCLUDES) $(WWW_INCLUDES) |
| -test_oop_LDADD = $(lib_LTLIBRARIES) |
| +test_oop_LDADD = $(lib_LTLIBRARIES) $(GLIB2_LIBS) $(ADNS_LIBS) $(TCL_LIBS) $(READLINE_LIBS) |
| release: dist |
| gzip -dc $(PACKAGE)-$(VERSION).tar.gz | bzip2 -9 \ |
| --- a/liboop-glib2.pc.in |
| +++ b/liboop-glib2.pc.in |
| @@ -7,5 +7,5 @@ Name: liboop-glib2 |
| /trunk/debian/patches/series |
|---|
| 1,5 → 1,2 |
| read_bugfixes.patch |
| configure_support_freebsd_hurd.patch |
| explicit_linking.patch |
| tcl_dev.patch |
| new-readline-typedef.patch |
| /trunk/debian/patches/tcl_dev.patch |
|---|
| 1,6 → 1,6 |
| --- a/configure |
| +++ b/configure |
| @@ -19935,7 +19935,7 @@ |
| @@ -12666,7 +12666,7 @@ fi |
| fi |
| if test xno != x$with_tcl; then |
| 7,11 → 7,11 |
| - for version in 8.4 8.3 8.2 8.1 8.0 ; do |
| + for version in "" 8.4 8.3 8.2 8.1 8.0 ; do |
| CPPFLAGS="$save_cppflags -I/usr/include/tcl$version" |
| as_ac_Lib=`echo "ac_cv_lib_tcl$version''_Tcl_Main" | $as_tr_sh` |
| echo "$as_me:$LINENO: checking for Tcl_Main in -ltcl$version" >&5 |
| as_ac_Lib=`$as_echo "ac_cv_lib_tcl$version''_Tcl_Main" | $as_tr_sh` |
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl_Main in -ltcl$version" >&5 |
| --- a/configure.ac |
| +++ b/configure.ac |
| @@ -71,7 +71,7 @@ |
| @@ -71,7 +71,7 @@ if test xno != x$with_glib; then |
| fi |
| if test xno != x$with_tcl; then |