diff options
author | arved <arved@FreeBSD.org> | 2004-03-29 09:10:20 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-03-29 09:10:20 +0000 |
commit | dfee63c406e0058cd253d4ce28ea9fe4cb8d2309 (patch) | |
tree | b771af0b7e71d1993a2a93db3ef499d0a316761d /graphics/maverik/files | |
parent | 294e71c49f8e7c876fd61230b975319b074d450c (diff) | |
download | FreeBSD-ports-dfee63c406e0058cd253d4ce28ea9fe4cb8d2309.zip FreeBSD-ports-dfee63c406e0058cd253d4ce28ea9fe4cb8d2309.tar.gz |
Respect CFLAGS
Build Shared Libraries with -fPIC
Remove BROKEN (tested only on amd64)
Diffstat (limited to 'graphics/maverik/files')
-rw-r--r-- | graphics/maverik/files/patch-setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/maverik/files/patch-setup b/graphics/maverik/files/patch-setup index 8a36410..6bfe6c9 100644 --- a/graphics/maverik/files/patch-setup +++ b/graphics/maverik/files/patch-setup @@ -25,7 +25,7 @@ OS="-DMAV_LINUX -DMAV_FREEBSD" # The Linux defs also work for FreeBSD with a few exceptions - CFLAG=`echo $OS $OT` - LD="ld -shared" -+ CFLAG=`echo $OS $OT %%CFLAGS%%` ++ CFLAG=`echo $OS -fPIC %%CFLAGS%%` + LD="${CC} -shared %%PTHREAD_LIBS%%" LEX="flex" - YACC="bison -y" |