diff options
author | pav <pav@FreeBSD.org> | 2007-01-30 18:25:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-30 18:25:34 +0800 |
commit | 68e4663f01d748743e0029f83931c02fba58eb4e (patch) | |
tree | d24dbe32e4bdb87d0f3ba1c46717e6e34576e724 /www/ump/Makefile | |
parent | c6c1440c2b66077bedba90612a4827a8051ec9c1 (diff) | |
download | freebsd-ports-gnome-68e4663f01d748743e0029f83931c02fba58eb4e.tar.gz freebsd-ports-gnome-68e4663f01d748743e0029f83931c02fba58eb4e.tar.zst freebsd-ports-gnome-68e4663f01d748743e0029f83931c02fba58eb4e.zip |
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr
Diffstat (limited to 'www/ump/Makefile')
-rw-r--r-- | www/ump/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/ump/Makefile b/www/ump/Makefile index 46a869fdcca7..5ae864f3e37c 100644 --- a/www/ump/Makefile +++ b/www/ump/Makefile @@ -38,6 +38,7 @@ TIMIDITY_VERSION= 2.13.2 USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ump --with-default-path=${LOCALBASE}/share/timidity +CONFIGURE_ENV= LDFLAGS=-export-dynamic USE_GMAKE= yes USE_XLIB= yes USE_XPM= yes @@ -64,10 +65,6 @@ CONFIGURE_ARGS+= --enable-audio=oss,esd CONFIGURE_ARGS+= --enable-audio=oss .endif -.if ${PORTOBJFORMAT} == "elf" -CONFIGURE_ENV= LDFLAGS=-export-dynamic -.endif - post-extract: @${MKDIR} ${WRKSRC}/ump @for f in ${ZDIST:C/:.*$//}; do \ |