aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/e16utils
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2002-06-19 03:53:32 +0800
committerglewis <glewis@FreeBSD.org>2002-06-19 03:53:32 +0800
commit76e5ad205b1c8f17f94ad677616261f0729c0759 (patch)
treef213ddb84c9a8436c095fa5eba73ca9cd8695eeb /x11-wm/e16utils
parent8267832ab50e97f9bf139de52c965bb030589718 (diff)
downloadfreebsd-ports-gnome-76e5ad205b1c8f17f94ad677616261f0729c0759.tar.gz
freebsd-ports-gnome-76e5ad205b1c8f17f94ad677616261f0729c0759.tar.zst
freebsd-ports-gnome-76e5ad205b1c8f17f94ad677616261f0729c0759.zip
Unbreak this port by linking against Imlib. This shouldn't be necessary
if gdk_imlib was linked against Imlib but this doesn't seem to be the case for our Imlib port. Add $FreeBSD$ to the modified files.
Diffstat (limited to 'x11-wm/e16utils')
-rw-r--r--x11-wm/e16utils/files/patch-e16keyedit-0.24
-rw-r--r--x11-wm/e16utils/files/patch-e16menuedit-0.14
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-wm/e16utils/files/patch-e16keyedit-0.2 b/x11-wm/e16utils/files/patch-e16keyedit-0.2
index 0f9ebf32df4e..e23421d7e3e2 100644
--- a/x11-wm/e16utils/files/patch-e16keyedit-0.2
+++ b/x11-wm/e16utils/files/patch-e16keyedit-0.2
@@ -1,3 +1,5 @@
+$FreeBSD$
+
--- Makefile.orig Thu Mar 23 13:04:16 2000
+++ Makefile Tue Oct 17 17:17:01 2000
@@ -10,23 +10,23 @@
@@ -10,7 +12,7 @@
- `gtk-config --libs` -lgdbm -lgdk_imlib
-CFLAGS = \
- -O -g -D_GNU_SOURCE $(DEVFLAGS)
-+ `${GTK_CONFIG} --libs` -lgdbm -lgdk_imlib
++ `${GTK_CONFIG} --libs` -lgdbm -lgdk_imlib -lImlib
+CFLAGS += \
+ -D_GNU_SOURCE $(DEVFLAGS)
#CFLAGS = \
diff --git a/x11-wm/e16utils/files/patch-e16menuedit-0.1 b/x11-wm/e16utils/files/patch-e16menuedit-0.1
index 4104871845e1..66ea97fcde8d 100644
--- a/x11-wm/e16utils/files/patch-e16menuedit-0.1
+++ b/x11-wm/e16utils/files/patch-e16menuedit-0.1
@@ -1,3 +1,5 @@
+$FreeBSD$
+
--- Makefile.orig Sun Apr 16 15:40:03 2000
+++ Makefile Tue Oct 17 18:06:00 2000
@@ -10,23 +10,23 @@
@@ -10,7 +12,7 @@
- `gtk-config --libs` -lgdbm -lgdk_imlib
-CFLAGS = \
- -O -g -D_GNU_SOURCE $(DEVFLAGS)
-+ `${GTK_CONFIG} --libs` -lgdbm -lgdk_imlib
++ `${GTK_CONFIG} --libs` -lgdbm -lgdk_imlib -lImlib
+CFLAGS += \
+ -D_GNU_SOURCE $(DEVFLAGS)
#CFLAGS = \