mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix build with new pkg-config
This commit is contained in:
parent
23093d7ee3
commit
7328d522ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134393
2 changed files with 11 additions and 2 deletions
|
@ -16,8 +16,6 @@ COMMENT= Gtk+ frontend for the polypaudio sound server
|
||||||
LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
|
LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
|
||||||
polyp-0.7.0:${PORTSDIR}/audio/polypaudio
|
polyp-0.7.0:${PORTSDIR}/audio/polypaudio
|
||||||
|
|
||||||
BROKEN= Does not compile
|
|
||||||
|
|
||||||
USE_GCC= 3.4
|
USE_GCC= 3.4
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GNOME= gnomeprefix gnomehack
|
USE_GNOME= gnomeprefix gnomehack
|
||||||
|
|
11
audio/paman/files/patch-src_Makefile.in
Normal file
11
audio/paman/files/patch-src_Makefile.in
Normal file
|
@ -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@
|
Loading…
Add table
Reference in a new issue