diff options
author | tijl <tijl@FreeBSD.org> | 2017-02-15 02:27:45 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-02-15 02:27:45 +0800 |
commit | 9fd971cd4648c46d44921051ed9a1ec6f18e1206 (patch) | |
tree | f1c1a4bf437daab6fff5a21a5e5869655bd8a8f1 /misc | |
parent | 24fb80d87e367c1d791a1a3a2a158c5d05fb5b32 (diff) | |
download | freebsd-ports-gnome-9fd971cd4648c46d44921051ed9a1ec6f18e1206.tar.gz freebsd-ports-gnome-9fd971cd4648c46d44921051ed9a1ec6f18e1206.tar.zst freebsd-ports-gnome-9fd971cd4648c46d44921051ed9a1ec6f18e1206.zip |
Remove -fPIC. Clang crashes for some reason but this has nothing to do
with -fPIC.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/talkfilters/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/talkfilters/Makefile b/misc/talkfilters/Makefile index b4b742d012ee..3d3e9351f8ed 100644 --- a/misc/talkfilters/Makefile +++ b/misc/talkfilters/Makefile @@ -21,8 +21,6 @@ USE_LDCONFIG= yes SUB_FILES= pkg-message -CFLAGS_aarch64= -fPIC - INFO= talkfilters post-extract: |