diff options
author | gahr <gahr@FreeBSD.org> | 2010-08-09 16:51:28 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-08-09 16:51:28 +0800 |
commit | bb287a062c963925e7636febe48c0926c0cdcef3 (patch) | |
tree | 58d5cdc054d0e06f950c6d693d2cf20334d3937e /graphics | |
parent | 64411e55692abcd58eef453d056965cb364f840b (diff) | |
download | freebsd-ports-gnome-bb287a062c963925e7636febe48c0926c0cdcef3.tar.gz freebsd-ports-gnome-bb287a062c963925e7636febe48c0926c0cdcef3.tar.zst freebsd-ports-gnome-bb287a062c963925e7636febe48c0926c0cdcef3.zip |
- Fix build on amd64
Reported by: QAT, PH (via pav)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aeskulap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/aeskulap/Makefile b/graphics/aeskulap/Makefile index dbaad39638c8..a0a64538e07e 100644 --- a/graphics/aeskulap/Makefile +++ b/graphics/aeskulap/Makefile @@ -23,7 +23,8 @@ USE_GNOME= gconf2 GCONF_SCHEMAS= aeskulap.schemas USE_LDCONFIG= ${PREFIX}/lib/aeskulap -CXXFLAGS+= -I${LOCALBASE}/include/dcmtk \ +CXXFLAGS+= -fPIC \ + -I${LOCALBASE}/include/dcmtk \ -I${LOCALBASE}/include/dcmtk/config \ -I${LOCALBASE}/include/dcmtk/ofstd \ -I${LOCALBASE}/include/dcmtk/dcmdata \ |