diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-30 03:06:09 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-30 03:06:09 +0000 |
commit | e23dd14399ce8d8f6a642938e8b3cdc19616034c (patch) | |
tree | 33ccc672d31e00eb0aacd8013bae51233e934eec /audio | |
parent | bc3115323df034c431873c119abc63aa037099ad (diff) | |
download | FreeBSD-ports-e23dd14399ce8d8f6a642938e8b3cdc19616034c.zip FreeBSD-ports-e23dd14399ce8d8f6a642938e8b3cdc19616034c.tar.gz |
- Fix build with new pkg-config
Diffstat (limited to 'audio')
-rw-r--r-- | audio/paman/Makefile | 2 | ||||
-rw-r--r-- | audio/paman/files/patch-src_Makefile.in | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/audio/paman/Makefile b/audio/paman/Makefile index e56b8aa..2e7c698 100644 --- a/audio/paman/Makefile +++ b/audio/paman/Makefile @@ -16,8 +16,6 @@ COMMENT= Gtk+ frontend for the polypaudio sound server LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ polyp-0.7.0:${PORTSDIR}/audio/polypaudio -BROKEN= Does not compile - USE_GCC= 3.4 GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack diff --git a/audio/paman/files/patch-src_Makefile.in b/audio/paman/files/patch-src_Makefile.in new file mode 100644 index 0000000..6b68740 --- /dev/null +++ b/audio/paman/files/patch-src_Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Fri Apr 29 23:02:10 2005 ++++ src/Makefile.in Fri Apr 29 23:02:24 2005 +@@ -137,7 +137,7 @@ + INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ + LDFLAGS = @LDFLAGS@ + LIBOBJS = @LIBOBJS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lpolyp-error-0.7 + LN_S = @LN_S@ + LTLIBOBJS = @LTLIBOBJS@ + MAKEINFO = @MAKEINFO@ |