summaryrefslogtreecommitdiffstats
path: root/x11/powershell/files/patch-ab
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-05 03:44:11 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-05 03:44:11 +0800
commit4ff9c17723147418c1a803ae69168680a78ac1d0 (patch)
tree7f6a21095067770d604317ee146c1a36e5a0f591 /x11/powershell/files/patch-ab
parenta86e292710e8c8db6ee8e6c0a12ff063f5686c72 (diff)
downloadmarcuscom-ports-4ff9c17723147418c1a803ae69168680a78ac1d0.tar
marcuscom-ports-4ff9c17723147418c1a803ae69168680a78ac1d0.tar.gz
marcuscom-ports-4ff9c17723147418c1a803ae69168680a78ac1d0.tar.bz2
marcuscom-ports-4ff9c17723147418c1a803ae69168680a78ac1d0.tar.lz
marcuscom-ports-4ff9c17723147418c1a803ae69168680a78ac1d0.tar.xz
marcuscom-ports-4ff9c17723147418c1a803ae69168680a78ac1d0.tar.zst
marcuscom-ports-4ff9c17723147418c1a803ae69168680a78ac1d0.zip
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7557 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/powershell/files/patch-ab')
-rw-r--r--x11/powershell/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/powershell/files/patch-ab b/x11/powershell/files/patch-ab
new file mode 100644
index 000000000..b42ac12fa
--- /dev/null
+++ b/x11/powershell/files/patch-ab
@@ -0,0 +1,19 @@
+*** Makefile.in.orig Thu Feb 17 18:47:27 2000
+--- Makefile.in Sat May 6 11:16:43 2000
+***************
+*** 15,21 ****
+ CC = @CC@
+ CPPFLAGS = @CPPFLAGS@
+ CFLAGS = $(CPPFLAGS) @CFLAGS@ `gnome-config --cflags gnome gnomeui`
+! LDFLAGS = @LDFLAGS@ `gnome-config --libs gnome gnomeui` `gtk-config --libs`
+ LIBS = @LIBS@ -lgdk_imlib -lzvt
+ INSTALL = @INSTALL@
+
+--- 15,21 ----
+ CC = @CC@
+ CPPFLAGS = @CPPFLAGS@
+ CFLAGS = $(CPPFLAGS) @CFLAGS@ `gnome-config --cflags gnome gnomeui`
+! LDFLAGS = @LDFLAGS@ `gnome-config --libs gnome gnomeui` `${GTK_CONFIG} --libs`
+ LIBS = @LIBS@ -lgdk_imlib -lzvt
+ INSTALL = @INSTALL@
+