diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-07-29 10:19:48 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-07-29 10:19:48 +0000 |
commit | 3409745f58c04b821d52d84d4641ad7bc5283422 (patch) | |
tree | 84c8aa0d733f5a533f2729c22a676ef1c2e5e328 /devel | |
parent | 8dc369b60fb2b2dc58b9dfd42141269d7dc0512a (diff) | |
download | ports-3409745f58c04b821d52d84d4641ad7bc5283422.tar.gz ports-3409745f58c04b821d52d84d4641ad7bc5283422.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dcmtk/Makefile | 2 |
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 \ |