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/patches | |
parent | 8a859b39a4a9ba8f91ab214e704ebd82c31f4d7c (diff) | |
download | pkgsrc-3766eb2f73da3c05f38813a7cfaa456ea0a942cf.tar.gz |
Remove unnecessary patch, and pass in -lintl in another way.
Diffstat (limited to 'graphics/magicpoint/patches')
-rw-r--r-- | graphics/magicpoint/patches/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
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 |