SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
cad/pcb2gcode/patches/patch-m4_geos_m4
Normal file
15
cad/pcb2gcode/patches/patch-m4_geos_m4
Normal file
|
@ -0,0 +1,15 @@
|
|||
# --libs creates -lgeos-${VERSION}, which we don't build. --static-cclibs does
|
||||
# the right thing here.
|
||||
|
||||
Index: m4/geos.m4
|
||||
--- m4/geos.m4.orig
|
||||
+++ m4/geos.m4
|
||||
@@ -77,7 +77,7 @@ AC_DEFUN([GEOS_INIT],[
|
||||
if $GEOS_CONFIG --libs >/dev/null 2>&1; then
|
||||
AC_MSG_RESULT(yes)
|
||||
HAVE_GEOS="yes"
|
||||
- GEOS_LIBS="`$GEOS_CONFIG --libs`"
|
||||
+ GEOS_LIBS="`$GEOS_CONFIG --static-cclibs`"
|
||||
GEOS_C_LIBS="`$GEOS_CONFIG --ldflags` -lgeos_c"
|
||||
GEOS_CC_LIBS="`$GEOS_CONFIG --ldflags` -lgeos"
|
||||
GEOS_CFLAGS="`$GEOS_CONFIG --cflags`"
|
Loading…
Add table
Add a link
Reference in a new issue