mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- Expose more config options PR: 189061 Submitted by: razzfazz gmail com Approved by: maintainer
11 lines
339 B
Diff
11 lines
339 B
Diff
--- genconfig.sh.orig 2014-04-11 01:16:49.000000000 -0700
|
|
+++ genconfig.sh 2014-04-26 18:23:27.000000000 -0700
|
|
@@ -472,7 +472,7 @@
|
|
if [ -n "$STRICT" ] ; then
|
|
echo "#define UPNP_STRICT" >> ${CONFIGFILE}
|
|
else
|
|
- echo "/*#define UPNP_STRICT*/" >> ${CONFIGFILE}
|
|
+ echo "#define UPNP_STRICT" >> ${CONFIGFILE}
|
|
fi
|
|
echo "" >> ${CONFIGFILE}
|
|
|