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.
35 lines
1020 B
35 lines
1020 B
Index: gtk/Makefile.in |
|
--- gtk/Makefile.in.orig 2003-12-02 08:20:00.000000000 +0100 |
|
+++ gtk/Makefile.in 2004-01-04 10:03:44.000000000 +0100 |
|
@@ -187,7 +187,7 @@ |
|
${top_builddir}/common/libsynaptic.a\ |
|
-lapt-pkg @RPM_LIBS@ @DEB_LIBS@ \ |
|
@PACKAGE_LIBS@ @ZVT_LIBS@ @VTE_LIBS@ \ |
|
- -lpthread $(LIBTAGCOLL_LIBS) |
|
+ $(LIBTAGCOLL_LIBS) |
|
|
|
|
|
glade_DATA = \ |
|
Index: gtk/rgsummarywindow.cc |
|
--- gtk/rgsummarywindow.cc.orig 2004-01-04 10:03:44.000000000 +0100 |
|
+++ gtk/rgsummarywindow.cc 2004-01-04 10:06:56.000000000 +0100 |
|
@@ -37,6 +37,7 @@ |
|
|
|
#include "rgsummarywindow.h" |
|
#include "rguserdialog.h" |
|
+#include "gsynaptic.h" |
|
|
|
|
|
|
|
Index: wings/Makefile.in |
|
--- wings/Makefile.in.orig 2003-12-02 08:20:02.000000000 +0100 |
|
+++ wings/Makefile.in 2004-01-04 10:03:44.000000000 +0100 |
|
@@ -178,7 +178,7 @@ |
|
wsynaptic_LDADD = -lExtraWINGs @WINGS_LIBS@ \ |
|
${top_builddir}/common/libsynaptic.a\ |
|
-lapt-pkg @RPM_LIBS@ @DEB_LIBS@\ |
|
- -lpthread -L/usr/X11R6/lib $(LIBTAGCOLL_LIBS) |
|
+ -L/usr/X11R6/lib $(LIBTAGCOLL_LIBS) |
|
|
|
|
|
wsynaptic_SOURCES = \
|
|
|