summaryrefslogtreecommitdiffstats
path: root/source/l/taglib-extras/taglib-extras-0.1-multilib-1.patch
blob: ad67e17cf311cafc30ad092418a4e332c86f5ef0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff -up taglib-extras-0.1/taglib-extras-config.cmake.multilib taglib-extras-0.1/taglib-extras-config.cmake
--- taglib-extras-0.1/taglib-extras-config.cmake.multilib	2009-03-12 11:12:04.000000000 -0500
+++ taglib-extras-0.1/taglib-extras-config.cmake	2009-03-23 07:57:25.000000000 -0500
@@ -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-extras"
+	  flags="$flags -ltag-extras"
 	  ;;
     --cflags)
 	  flags="$flags -I$includedir/taglib-extras"