summaryrefslogtreecommitdiff
path: root/www/sope
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2005-08-24 06:21:38 +0000
committerrh <rh@pkgsrc.org>2005-08-24 06:21:38 +0000
commit1e5af90d2058c30f0bf6b667309ec55575325e9c (patch)
treea275fb21c2a40546042745ede120bf63eedbfe69 /www/sope
parentaf19729a501d8cb88fcf084d8f7290445f21bc43 (diff)
downloadpkgsrc-1e5af90d2058c30f0bf6b667309ec55575325e9c.tar.gz
Add missing patch. Thanks to Matthew Luckie for pointing this out!
Diffstat (limited to 'www/sope')
-rw-r--r--www/sope/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/sope/patches/patch-ac b/www/sope/patches/patch-ac
new file mode 100644
index 00000000000..47fd383e832
--- /dev/null
+++ b/www/sope/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2005/08/24 06:21:38 rh Exp $
+
+--- sope-core/NGExtensions/GNUmakefile.preamble.orig 2005-07-12 01:00:20.000000000 +1000
++++ sope-core/NGExtensions/GNUmakefile.preamble
+@@ -18,6 +18,9 @@ endif
+
+ libNGExtensions_LIBRARIES_DEPEND_UPON += -lEOControl -lDOM -lSaxObjC -lz
+
++libNGExtensions_LIB_DIRS += -L${PREFIX}/lib -Wl,-R${PREFIX}/lib
++libNGExtensions_LIBRARIES_DEPEND_UPON += -liconv
++
+ # Apple
+
+ ifeq ($(FOUNDATION_LIB),apple)