diff options
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/files/patch-CMakeLists.txt | 12 | ||||
-rw-r--r-- | graphics/png/pkg-plist | 2 |
3 files changed, 13 insertions, 5 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index f8b10dc063e7..9d380f965864 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -31,10 +31,6 @@ APNG_DESC=Enable Animated PNG support .include <bsd.port.options.mk> -.if defined(WITH_DEBUG) -BROKEN= Please remove WITH_DEBUG for this port -.endif - .if ${PORT_OPTIONS:MAPNG} || make(makesum) || defined(FETCH_ALL) MASTER_SITES+= SF/apng/libpng/libpng15/:apng DISTFILES+= ${DISTNAME}-apng.patch.gz:apng diff --git a/graphics/png/files/patch-CMakeLists.txt b/graphics/png/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..1c2eac4c7a5d --- /dev/null +++ b/graphics/png/files/patch-CMakeLists.txt @@ -0,0 +1,12 @@ +--- CMakeLists.txt~ 2013-07-07 13:31:51.000000000 +0300 ++++ CMakeLists.txt 2013-07-07 13:32:01.000000000 +0300 +@@ -59,9 +59,6 @@ + # SET LIBNAME + set(PNG_LIB_NAME png${PNGLIB_MAJOR}${PNGLIB_MINOR}) + +-# to distinguish between debug and release lib +-set(CMAKE_DEBUG_POSTFIX "d") +- + # Use the prebuilt pnglibconf.h file from the scripts folder + # TODO: fix this by building with awk; without this no cmake build can be + # configured directly (to do so indirectly use your local awk to build a diff --git a/graphics/png/pkg-plist b/graphics/png/pkg-plist index 9bc30bd4dc93..35ffc43d6ba8 100644 --- a/graphics/png/pkg-plist +++ b/graphics/png/pkg-plist @@ -14,7 +14,7 @@ lib/libpng.a lib/libpng.so libdata/pkgconfig/libpng15.pc libdata/pkgconfig/libpng.pc -lib/libpng/libpng15-release.cmake +lib/libpng/libpng15-%%CMAKE_BUILD_TYPE%%.cmake lib/libpng/libpng15.cmake lib/libpng15.a lib/libpng15.so |