- Fix r426417 and r426418
Notified by: antoine
This commit is contained in:
parent
de9a67ce39
commit
98b95c0415
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426541
@ -22,7 +22,7 @@ OPTIONS_DEFINE= CURL MMS TINYXML2
|
||||
OPTIONS_DEFAULT=TINYXML2
|
||||
TINYXML2_DESC= Use textproc/tinyxml2 instead of bundled one
|
||||
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
CONFIGURE_ARGS= --enable-shared --enable-static
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/../../../License.txt
|
||||
|
||||
CONFLICTS_INSTALL= mediainfo-0.[0-6]* mediainfo-0.7.[0-5]*
|
||||
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
CONFIGURE_ARGS= --enable-shared --enable-static
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -1,4 +1,3 @@
|
||||
bin/libzen-config
|
||||
include/ZenLib/BitStream.h
|
||||
include/ZenLib/BitStream_Fast.h
|
||||
include/ZenLib/BitStream_LE.h
|
||||
|
Loading…
Reference in New Issue
Block a user