@@ -0,0 +1,33 @@
+--- src/cdcat.pro.orig 2012-03-18 19:34:54.000000000 +0100
++++ src/cdcat.pro 2012-03-30 21:03:12.588809050 +0200
+@@ -116,7 +116,7 @@
+ DEFINES+=USE_LIB7ZIP
+
+ # STATIC
+- LIBS+=/usr/local/lib/lib7zip.a
++ LIBS+=/usr/$(LIB)/lib7zip.a
+
+ # DYNAMIC
+ #LIBS+= -llib7zip
+@@ -126,7 +126,7 @@
+ # use libmediainfo as static library?
+ # STATIC
+ #DEFINES += MEDIAINFO_STATIC
+- #LIBS+=/usr/local/lib/libmediainfo.a
++ #LIBS+=/usr/$(LIB)/libmediainfo.a
+
+ # DYNAMIC. no pkgconfig
+ LIBS+= -lmediainfo
+@@ -158,9 +158,9 @@
+
+ LIBS += -lz -ltar -lbz2 -ldl
+ distfiles.files += ../README_CSV_IMPORT ../Authors ../README ../ChangeLog ../COPYING ../TRANSLATORS_README ../cdcat.png
+- distfiles.path = /usr/local/share/cdcat
+- target.path += /usr/local/bin
+- translations.path += /usr/local/share/cdcat/translations
++ distfiles.path = /usr/share/cdcat
++ target.path += /usr/bin
++ translations.path += /usr/share/cdcat/translations
+
+ # security hardening flags
+ DEFINES += _FORTIFY_SOURCE=2
|