freebsd-ports/lang/opa/files/patch-configure
Jeremy Messenger de2281fb72 Opa is an open source, simple and unified platform for writing web
applications. All aspects are directly written in Opa: Frontend code,
backend code, database queries and configuration. And everything is
strongly statically typed.

WWW: http://opalang.org/
2012-04-14 02:37:58 +00:00

11 lines
495 B
Text

--- configure.orig 2011-12-31 12:07:36.000000000 -0600
+++ configure 2011-12-31 12:10:21.000000000 -0600
@@ -399,7 +399,7 @@
if [ -n "$HAS_CAMLIDL" ]; then
# - checking libnatpmp *
echo-check libnatpmp
- if LIBNATPMP=($(check-c-lib -opt libnatpmp/natpmp netinet/in.h arpa/inet.h libnatpmp/getgateway.h libnatpmp/natpmp.h)); then
+ if LIBNATPMP=($(check-c-lib -opt libnatpmp/natpmp netinet/in.h arpa/inet.h natpmp.h)); then
HAS_LIBNATPMP=1
else
LIBNATPMP=("")