1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/libfirm/files/patch-configure.ac
Armin Pirkovitsch bfa0c02c1e - Update to 1.21.0
- Switch to OptionsNG
- Update pkg-descr and WWW:
- Trim Makefile headers
- Add USES= pkgconfig

- Update MAINTAINER to my FreeBSD address

PR:           ports/175919
Submitted by: Po-Chien Lin <linpc _AT_ cs.nctu.edu.tw>
Approved by:  beat (mentor)
2013-04-30 17:46:48 +00:00

13 lines
300 B
Plaintext

--- configure.ac.orig 2011-08-12 11:46:34.000000000 +0100
+++ configure.ac 2011-08-12 11:46:48.000000000 +0100
@@ -89,9 +89,6 @@
dnl ----------------------
AC_PROG_CC
-dnl enable visibility hidden (if supported)
-AX_CFLAGS_GCC_OPTION([-fvisibility=hidden])
-
AC_PATH_PROGS(PERL, perl perl5)