diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-19 15:14:26 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-19 15:14:26 +0000 |
commit | b9e111413111115d3339108a1517515d0b97d33f (patch) | |
tree | 2f4c37e99448f211317079252b0fd5be620e3eed /math/pure-mpfr | |
parent | 4fb6a64763f617ed889fd6307b35005d083dbc2d (diff) |
Revert r384280 after fixing the cause of the problem in lang/pure (r384293)
Notes
Notes:
svn path=/head/; revision=384295
Diffstat (limited to 'math/pure-mpfr')
-rw-r--r-- | math/pure-mpfr/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/pure-mpfr/Makefile b/math/pure-mpfr/Makefile index 446bc76f9986..379b8716e4d0 100644 --- a/math/pure-mpfr/Makefile +++ b/math/pure-mpfr/Makefile @@ -20,8 +20,6 @@ PORTDOCS= README PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES -CFLAGS_amd64= -fPIC - PLIST_FILES= lib/pure/mpfr.pure \ lib/pure/mpfr.so |