diff options
author | rh <rh> | 2005-08-24 06:21:38 +0000 |
---|---|---|
committer | rh <rh> | 2005-08-24 06:21:38 +0000 |
commit | dbec02619441985beef4909c3d70d205b4020486 (patch) | |
tree | a275fb21c2a40546042745ede120bf63eedbfe69 /www | |
parent | e99efb7148aaca131f46bc56d9b29a3abcba35bc (diff) | |
download | pkgsrc-dbec02619441985beef4909c3d70d205b4020486.tar.gz |
Add missing patch. Thanks to Matthew Luckie for pointing this out!
Diffstat (limited to 'www')
-rw-r--r-- | www/sope/patches/patch-ac | 14 |
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) |