summaryrefslogtreecommitdiff
path: root/devel/bglibs/files
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-06-12 15:55:03 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-06-12 15:55:03 +0000
commit736b5086bb49c6032c1ac34a41200f8884e4f43f (patch)
tree94558506c6158dc7e360a8f15713b1cbe02a17aa /devel/bglibs/files
parentUpdate to 2.6 (diff)
o Change location of installed headers to ${PREFIX}/include/bglibs
due to high risk of conflicts with other ports over generic names such as uint32.h, uint64.h, iobuf.h, etc o Bump PORTREVISION PR: 52908 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=82868
Diffstat (limited to 'devel/bglibs/files')
-rw-r--r--devel/bglibs/files/patch-insthier.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/bglibs/files/patch-insthier.c b/devel/bglibs/files/patch-insthier.c
new file mode 100644
index 000000000000..783a1d6a129d
--- /dev/null
+++ b/devel/bglibs/files/patch-insthier.c
@@ -0,0 +1,11 @@
+--- insthier.c.orig Tue Jun 3 19:20:34 2003
++++ insthier.c Tue Jun 3 19:21:30 2003
+@@ -15,7 +15,7 @@
+
+ bin = d(home, "bin", -1, -1, 0755);
+
+- inc = d(home, "include", -1, -1, 0755);
++ inc = d(home, "include/bglibs", -1, -1, 0755);
+
+ cf(inc, "installer.h", -1, -1, 0644, "install/installer.h");
+ C(inc, sysdeps.h);