summaryrefslogtreecommitdiff
path: root/multimedia/avidemux2/files/patch-po__CMakeLists.txt
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2008-07-15 02:53:29 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2008-07-15 02:53:29 +0000
commitaa9f6ea2c00471586a087fc0fb31f8f21ec7686d (patch)
treedda5c01b3a8eeff09d2841effe86dd4581b470f2 /multimedia/avidemux2/files/patch-po__CMakeLists.txt
parent- Fix error in procname path (diff)
Upgrade avidemux2 to the 2.4.2 version and switch to CMake
PR: ports/125508 Submitted by: timur@FreeBSD.org Approved by: amistry@am-productions.biz (maintainer)
Diffstat (limited to 'multimedia/avidemux2/files/patch-po__CMakeLists.txt')
-rw-r--r--multimedia/avidemux2/files/patch-po__CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/avidemux2/files/patch-po__CMakeLists.txt b/multimedia/avidemux2/files/patch-po__CMakeLists.txt
new file mode 100644
index 000000000000..3c60245e2f34
--- /dev/null
+++ b/multimedia/avidemux2/files/patch-po__CMakeLists.txt
@@ -0,0 +1,15 @@
+--- ./po/CMakeLists.txt.orig 2007-10-08 15:57:48.000000000 +0200
++++ ./po/CMakeLists.txt 2008-07-11 02:23:10.000000000 +0200
+@@ -1,3 +1,4 @@
++IF (NOT DEFINED NO_NLS)
+ IF (HAVE_GETTEXT)
+ INCLUDE(Po)
+ COMPILE_PO_FILES(${CMAKE_SOURCE_DIR}/po MO_FILES)
+@@ -10,4 +11,5 @@
+ COMPILE_TS_FILES(${CMAKE_SOURCE_DIR}/po QM_FILES)
+
+ ADD_CUSTOM_TARGET(qmfiles ALL DEPENDS ${QM_FILES})
+-ENDIF (QT4_FOUND)
+\ No newline at end of file
++ENDIF (QT4_FOUND)
++ENDIF (NOT DEFINED NO_NLS)