diff options
author | jlam <jlam@pkgsrc.org> | 2000-07-27 08:13:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-07-27 08:13:11 +0000 |
commit | 3766eb2f73da3c05f38813a7cfaa456ea0a942cf (patch) | |
tree | 7990b563d905794e3d7754758b360acdafbf93ff /graphics/magicpoint | |
parent | 8a859b39a4a9ba8f91ab214e704ebd82c31f4d7c (diff) | |
download | pkgsrc-3766eb2f73da3c05f38813a7cfaa456ea0a942cf.tar.gz |
Remove unnecessary patch, and pass in -lintl in another way.
Diffstat (limited to 'graphics/magicpoint')
-rw-r--r-- | graphics/magicpoint/Makefile | 4 | ||||
-rw-r--r-- | graphics/magicpoint/files/patch-sum | 7 | ||||
-rw-r--r-- | graphics/magicpoint/patches/patch-aa | 20 |
3 files changed, 7 insertions, 24 deletions
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile index 3a26516bdba..7055f6bdecd 100644 --- a/graphics/magicpoint/Makefile +++ b/graphics/magicpoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/06/15 05:57:56 itojun Exp $ +# $NetBSD: Makefile,v 1.16 2000/07/27 08:13:11 jlam Exp $ DISTNAME= magicpoint-1.07a CATEGORIES= x11 graphics @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes USE_IMAKE= yes CONFIGURE_ARGS= --disable-vflib --enable-freetype-charset16 \ --enable-locale -MAKE_ENV+= LOCAL_LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV+= LIBS="-lintl" # needed so -lttf works # We need to perform the steps normally done by ``xmkmf -a'' since some # files need to be created before ``make depend''. diff --git a/graphics/magicpoint/files/patch-sum b/graphics/magicpoint/files/patch-sum index 5dbb1b4f11b..3c0c9422a36 100644 --- a/graphics/magicpoint/files/patch-sum +++ b/graphics/magicpoint/files/patch-sum @@ -1,3 +1,6 @@ -$NetBSD: patch-sum,v 1.2 2000/05/30 21:09:50 drochner Exp $ +$NetBSD: patch-sum,v 1.3 2000/07/27 08:13:12 jlam Exp $ -MD5 (patch-aa) = 63104ac45bf543a8aa80bc0446f5eee1 +This placeholder file is generated by the ``makepatchsum'' target +whenever the patches directory is empty or missing. Its purpose +is to ensure that the presence of any obsolete patches will cause +the proper error to be emitted at build time. diff --git a/graphics/magicpoint/patches/patch-aa b/graphics/magicpoint/patches/patch-aa deleted file mode 100644 index e00d1bb5f39..00000000000 --- a/graphics/magicpoint/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Tue Mar 7 07:59:51 2000 -+++ configure Sun May 28 14:40:57 2000 -@@ -1144,7 +1144,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lttf $LIBS" -+LIBS="-lttf -lintl $LIBS" - cat > conftest.$ac_ext <<EOF - #line 1150 "configure" - #include "confdefs.h" -@@ -1178,7 +1178,7 @@ - #define $ac_tr_lib 1 - EOF - -- LIBS="-lttf $LIBS" -+ LIBS="-lttf -lintl $LIBS" - - else - echo "$ac_t""no" 1>&6 |