diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-07 00:29:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-07 00:29:47 +0000 |
commit | c3f904e0b45ca49a5f42d89180a800810b11b5e6 (patch) | |
tree | 93b985580d7f2ccaf574a60bebee1e36c184abf2 /lang/perl5/patches | |
parent | c434026051cc7122dc843a7144799bb26af0e0d9 (diff) | |
download | pkgsrc-c3f904e0b45ca49a5f42d89180a800810b11b5e6.tar.gz |
Remove redundant patch.
Diffstat (limited to 'lang/perl5/patches')
-rw-r--r-- | lang/perl5/patches/patch-cc | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/lang/perl5/patches/patch-cc b/lang/perl5/patches/patch-cc deleted file mode 100644 index 3e0e7cff248..00000000000 --- a/lang/perl5/patches/patch-cc +++ /dev/null @@ -1,32 +0,0 @@ -$NetBSD: patch-cc,v 1.1 2005/06/24 06:43:47 jlam Exp $ - ---- hints/interix.sh.orig Fri Apr 23 12:29:09 2004 -+++ hints/interix.sh Fri Apr 23 12:32:55 2004 -@@ -0,0 +1,27 @@ -+# hints/interix.sh -+# -+# Please check with tech-pkg@netbsd.org before making modifications -+# to this file. -+ -+cc='gcc' -+cccdlflags="-DPIC $cccdlflags" -+ccdlflags='-Wl,-E' -+ccflags="-D_ALL_SOURCE $ccflags" -+d_poll="$undef" -+ld='gcc' -+lddlflags="-shared $lddlflags" -+rpathflag='-Wl,-R' -+sharpbang='#!' -+usemymalloc='false' -+usenm='false' -+ -+# This script UU/usethreads.cbu will get 'called-back' by Configure -+# after it has prompted the user for whether to use threads. -+cat > UU/usethreads.cbu <<'EOCBU' -+case "$usethreads" in -+$define|true|[yY]*) -+ ccflags="-D_REENTRANT $ccflags" -+ libswanted="$libswanted pthread" -+ ;; -+esac -+EOCBU |