diff options
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) |