Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
librecad
librecad-use-system-shapelib.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File librecad-use-system-shapelib.patch of Package librecad
build: avoid using bundled shapelib [asterios.dramis@gmail.com: patch imported from Fedora] --- plugins/importshp/importshp.pro | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Index: LibreCAD-2.0.8/plugins/importshp/importshp.pro =================================================================== --- LibreCAD-2.0.8.orig/plugins/importshp/importshp.pro +++ LibreCAD-2.0.8/plugins/importshp/importshp.pro @@ -17,12 +17,9 @@ include(../../common.pri) # For plugins INCLUDEPATH += ../../librecad/src/plugins -SOURCES += importshp.cpp \ - shapelib/shpopen.c \ - shapelib/safileio.c \ - shapelib/dbfopen.c -HEADERS += importshp.h \ - shapelib/shapefil.h +SOURCES += importshp.cpp +HEADERS += importshp.h +LIBS += -lshp win32 { DLLDESTDIR = ../../windows/resources/plugins @@ -36,5 +33,3 @@ unix { TARGET = ../../unix/resources/plugins/$$PLUGIN_NAME } } - -INCLUDEPATH += shapelib
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor