diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-18 04:17:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-18 04:17:55 +0800 |
commit | 15170e2516a5d03d6a4de0e6ff89617d54aa181f (patch) | |
tree | 8f688f5aa6dda1f8d38435a3d9a5594161ce6212 /sysutils/gai-leds | |
parent | 99c23316b04ff15c43a2cdc342b45cb4d94edca9 (diff) | |
download | freebsd-ports-gnome-15170e2516a5d03d6a4de0e6ff89617d54aa181f.tar.gz freebsd-ports-gnome-15170e2516a5d03d6a4de0e6ff89617d54aa181f.tar.zst freebsd-ports-gnome-15170e2516a5d03d6a4de0e6ff89617d54aa181f.zip |
- Unbreak and fix Build
PR: 137827
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Diffstat (limited to 'sysutils/gai-leds')
-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 |