aboutsummaryrefslogtreecommitdiff
path: root/devel/dcmtk
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-07-29 10:19:48 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-07-29 10:19:48 +0000
commit3409745f58c04b821d52d84d4641ad7bc5283422 (patch)
tree84c8aa0d733f5a533f2729c22a676ef1c2e5e328 /devel/dcmtk
parent8dc369b60fb2b2dc58b9dfd42141269d7dc0512a (diff)
downloadports-3409745f58c04b821d52d84d4641ad7bc5283422.tar.gz
ports-3409745f58c04b821d52d84d4641ad7bc5283422.zip
- Fix build on amd64
Reported by: QAT
Notes
Notes: svn path=/head/; revision=258428
Diffstat (limited to 'devel/dcmtk')
-rw-r--r--devel/dcmtk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/dcmtk/Makefile b/devel/dcmtk/Makefile
index b5148702b477..490f31f91c11 100644
--- a/devel/dcmtk/Makefile
+++ b/devel/dcmtk/Makefile
@@ -21,7 +21,7 @@ USE_GMAKE= yes
USE_GNOME= libxml2
USE_LDCONFIG= yes
-CFLAGS= -D__BSD_VISIBLE
+CFLAGS= -D__BSD_VISIBLE -fPIC
CPPFLAGS= ${CFLAGS}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-libpnginc=${LOCALBASE}/include \