diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-15 06:55:18 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-15 06:55:18 +0800 |
commit | 7ef47488cb05bd8fb665e2190fa43d7b2255c15c (patch) | |
tree | cf4eab6ee041e4e59ea7da7125297182156d18e3 /deskutils | |
parent | c43de27d1c588bf32b7c709396494cee104e252a (diff) | |
download | freebsd-ports-gnome-7ef47488cb05bd8fb665e2190fa43d7b2255c15c.tar.gz freebsd-ports-gnome-7ef47488cb05bd8fb665e2190fa43d7b2255c15c.tar.zst freebsd-ports-gnome-7ef47488cb05bd8fb665e2190fa43d7b2255c15c.zip |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnotime/Makefile | 2 | ||||
-rw-r--r-- | deskutils/ktagebuch/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile index 7b357e3fac81..0ba33854d18c 100644 --- a/deskutils/gnotime/Makefile +++ b/deskutils/gnotime/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gnomehack gnomeprefix intlhack gtkhtml3 libgnomeui USE_X_PREFIX= yes USE_GMAKE= yes INSTALLS_OMF= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/ktagebuch/Makefile b/deskutils/ktagebuch/Makefile index 7c56e911205f..b52edc601acd 100644 --- a/deskutils/ktagebuch/Makefile +++ b/deskutils/ktagebuch/Makefile @@ -21,7 +21,7 @@ USE_KDELIBS_VER= 3 USE_BZIP2= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|-O2|-fPIC|g' ${WRKSRC}/${CONFIGURE_SCRIPT} |