https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215934
--- Comment #2 from [email protected] --- (In reply to Tilman Keskinoz from comment #1) Apologies for the delay, I receive a lot of email. These are the flags that are passed to the compiler. # make -C /usr/ports/graphics/netpbm -VCFLAGS -O2 -pipe -DOPENSSL_NO_SSL2 -DOPENSSL_NO_SSL3 -g0 -ggdb0 -DSTRIP_FBSDID -UNDEBUG -UDEBUGGING -UEBUGGING -UDEBUG -Wno-error -fstack-protector-strong -fstack-protector-strong -march=core2 -mtune=core2 -DPNG_DEPSTRUCT= -Iutil -fno-strict-aliasing The various options that are used around DEBUG is to turn off debugging from various ports that use it. Yes there is/was a port that mis-spelt DEBUGGING. :? Due to there being an "Error 1", the package isn't assembled; hence not able to install. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
