diff options
Diffstat (limited to 'community/clipper/APKBUILD')
-rw-r--r-- | community/clipper/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/clipper/APKBUILD b/community/clipper/APKBUILD index a10f4d54f4..f50915254d 100644 --- a/community/clipper/APKBUILD +++ b/community/clipper/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=clipper pkgver=6.4.2 -pkgrel=0 +pkgrel=1 pkgdesc="Polygon, line clipping and offsetting library" options="!check" # No testsuite url="https://sourceforge.net/projects/polyclipping/" @@ -26,7 +26,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ ${CMAKE_CROSSOPTS} . make |