You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
605 B
21 lines
605 B
6 years ago
|
diff -up taglib-1.5rc1/taglib-config.cmake.multilib-2 taglib-1.5rc1/taglib-config.cmake
|
||
|
--- taglib-1.5rc1/taglib-config.cmake.multilib-2 2008-01-29 19:30:00.000000000 -0600
|
||
|
+++ taglib-1.5rc1/taglib-config.cmake 2008-02-13 06:41:11.000000000 -0600
|
||
|
@@ -16,7 +16,6 @@ EOH
|
||
|
|
||
|
prefix=${CMAKE_INSTALL_PREFIX}
|
||
|
exec_prefix=${CMAKE_INSTALL_PREFIX}
|
||
|
-libdir=${LIB_INSTALL_DIR}
|
||
|
includedir=${INCLUDE_INSTALL_DIR}
|
||
|
|
||
|
flags=""
|
||
|
@@ -29,7 +28,7 @@ while test $# -gt 0
|
||
|
do
|
||
|
case $1 in
|
||
|
--libs)
|
||
|
- flags="$flags -L$libdir -ltag"
|
||
|
+ flags="$flags -ltag"
|
||
|
;;
|
||
|
--cflags)
|
||
|
flags="$flags -I$includedir/taglib"
|