diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-09-05 02:57:05 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-09-05 02:57:05 +0000 |
commit | 44389c41323b4f8f8c66002ec88f22943232bca9 (patch) | |
tree | a0d94c8d09a2678328e9eb8f8cd6ab8d9eeae573 /graphics/multican | |
parent | 94c8d217525097743ee6214a18f9562d21f9f496 (diff) | |
download | ports-44389c41323b4f8f8c66002ec88f22943232bca9.tar.gz ports-44389c41323b4f8f8c66002ec88f22943232bca9.zip |
Notes
Diffstat (limited to 'graphics/multican')
-rw-r--r-- | graphics/multican/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/multican/Makefile b/graphics/multican/Makefile index 845f2fa6bf06..deceecd28d2f 100644 --- a/graphics/multican/Makefile +++ b/graphics/multican/Makefile @@ -15,6 +15,7 @@ COMMENT= Remote control utility for Canon DSLR cameras LICENSE= GPLv2 +CFLAGS+= -fPIC USE_LDCONFIG= yes PLIST_FILES= bin/multican lib/libmultican.so.0 lib/libmultican.so \ @@ -25,7 +26,7 @@ PORTDOCS= ChangeLog README TODO .if ${OSVERSION} < 800069 LIB_DEPENDS= usb:${PORTSDIR}/devel/libusb -CFLAGS+= -I${LOCALBASE}/include -fPIC +CFLAGS+= -I${LOCALBASE}/include # does not uphold CPPFLAGS MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib" .endif |