diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
commit | 2df76eb0a73bb59d817aa60758a5f10e3e544c3b (patch) | |
tree | 07e10c49034b87755dafb03956ad93c5363e0bb7 /www/ump | |
parent | 1c97f613254a72e0ae97ea8d817ebe38096d6949 (diff) |
Notes
Diffstat (limited to 'www/ump')
-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 \ |