aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pure/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pure/files/patch-configure')
-rw-r--r--lang/pure/files/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/pure/files/patch-configure b/lang/pure/files/patch-configure
deleted file mode 100644
index c30b6c04a4b7..000000000000
--- a/lang/pure/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2014-10-28 20:55:49 UTC
-+++ configure
-@@ -7280,6 +7280,8 @@ LLVM_LDFLAGS=$($LLVMCONF --ldflags)
- # FIXME: this should be set based on a check
- PIC=
- case $host in
-+*-*-dragonfly* | *-*-freebsd*)
-+ PIC=-fPIC ;;
- *x86_64-*)
- case $host in
- *-darwin*) ;;