diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-17 20:17:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-17 20:17:55 +0000 |
commit | a1183b5506c358c19efe777343172a1c8b4728ff (patch) | |
tree | 50b573cd2787081cc80cc67f350ebbec3c288b68 /sysutils | |
parent | 59f81a0d5b291c616f339e5a6c176302f31469fe (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gai-leds/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gai-leds/files/patch-configure | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/sysutils/gai-leds/Makefile b/sysutils/gai-leds/Makefile index 75fc5a0457d4..05ddb3b99b3c 100644 --- a/sysutils/gai-leds/Makefile +++ b/sysutils/gai-leds/Makefile @@ -21,8 +21,6 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix -BROKEN= does not compile - post-patch: @${REINPLACE_CMD} -e \ 's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \ diff --git a/sysutils/gai-leds/files/patch-configure b/sysutils/gai-leds/files/patch-configure new file mode 100644 index 000000000000..b3692e1c346d --- /dev/null +++ b/sysutils/gai-leds/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2009-08-15 23:51:35.743360830 -0700 ++++ configure 2009-08-15 23:52:35.252754436 -0700 +@@ -2225,7 +2225,7 @@ + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + GAI_CFLAGS=`pkg-config --cflags gai` +- GAI_LIBS=`pkg-config --libs gai` ++ GAI_LIBS=`pkg-config --libs gai libgnomeui-2.0` + else + echo "$as_me:$LINENO: result: not found + You can download GAI from http://gai.sf.net |