diff options
author | leeym <leeym@FreeBSD.org> | 2004-11-02 09:13:31 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-11-02 09:13:31 +0800 |
commit | a67eccdc1e74b6be82731b1bf2e0e3e26226c941 (patch) | |
tree | 1467890371f05a2771075cae7c6a04882be62d0e | |
parent | ad4a46d93bec59279299e0b50a544d59fe6f8ced (diff) | |
download | freebsd-ports-gnome-a67eccdc1e74b6be82731b1bf2e0e3e26226c941.tar.gz freebsd-ports-gnome-a67eccdc1e74b6be82731b1bf2e0e3e26226c941.tar.zst freebsd-ports-gnome-a67eccdc1e74b6be82731b1bf2e0e3e26226c941.zip |
- addINSTALLS_SHLIB=yes
- add USE_GCC=3.3 when default gcc is 3.4
-rw-r--r-- | textproc/latte/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile index 62a9d7d965fb..7a252ec53697 100644 --- a/textproc/latte/Makefile +++ b/textproc/latte/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-shared MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" +INSTALLS_SHLIB= yes INFO= latte liblatte @@ -32,8 +33,7 @@ LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> .if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" - +USE_GCC= 3.3 .endif post-extract: |