summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/packETH/files')
-rw-r--r--net-misc/packETH/files/packETH-1.6.5-forced-as-needed.patch13
-rw-r--r--net-misc/packETH/files/packETH-1.7.1-gdk-pixbuf.patch11
-rw-r--r--net-misc/packETH/files/packETH-1.7.3-libs-and-flags.patch15
3 files changed, 15 insertions, 24 deletions
diff --git a/net-misc/packETH/files/packETH-1.6.5-forced-as-needed.patch b/net-misc/packETH/files/packETH-1.6.5-forced-as-needed.patch
deleted file mode 100644
index df0f5c8b0f10..000000000000
--- a/net-misc/packETH/files/packETH-1.6.5-forced-as-needed.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-=== modified file 'Makefile.am'
---- Makefile.am 2010-05-25 08:09:22 +0000
-+++ Makefile.am 2010-05-25 08:19:14 +0000
-@@ -29,7 +29,7 @@
- DEFS= \
- -DPKGDATADIR=\"$(pkgdatadir)/\"
-
--AM_LDFLAGS=$(DEPS_LIBS)
-+packETH_LDADD=$(DEPS_LIBS)
-
- AM_CPPFLAGS = \
- -g \
-
diff --git a/net-misc/packETH/files/packETH-1.7.1-gdk-pixbuf.patch b/net-misc/packETH/files/packETH-1.7.1-gdk-pixbuf.patch
deleted file mode 100644
index 3dac1b825e92..000000000000
--- a/net-misc/packETH/files/packETH-1.7.1-gdk-pixbuf.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.ac.orig 2010-10-05 18:28:18.000000000 +0200
-+++ configure.ac 2011-03-24 18:35:57.000000000 +0100
-@@ -20,7 +20,7 @@
- AC_CHECK_HEADERS([libintl.h netdb.h netinet/in.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h sys/timeb.h unistd.h])
-
- # We need GTK
--pkg_modules="gtk+-2.0 >= 2.4 glib-2.0 >= 2.4 gthread-2.0 >= 2.4"
-+pkg_modules="gtk+-2.0 >= 2.4 glib-2.0 >= 2.4 gthread-2.0 >= 2.4 gdk-pixbuf-2.0"
- PKG_CHECK_MODULES(DEPS, [$pkg_modules])
-
- # Checks for library functions.
diff --git a/net-misc/packETH/files/packETH-1.7.3-libs-and-flags.patch b/net-misc/packETH/files/packETH-1.7.3-libs-and-flags.patch
new file mode 100644
index 000000000000..fc0efb7e309a
--- /dev/null
+++ b/net-misc/packETH/files/packETH-1.7.3-libs-and-flags.patch
@@ -0,0 +1,15 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -30,11 +30,9 @@
+ DEFS= \
+ -DPKGDATADIR=\"$(pkgdatadir)/\"
+
+-LIBS=$(DEPS_LIBS)
++LIBS+=$(DEPS_LIBS)
+
+ AM_CPPFLAGS = \
+- -g \
+- -O2 \
+ -Wall \
+ -Wmissing-prototypes \
+ -Wmissing-declarations \