summaryrefslogtreecommitdiff
path: root/misc/vfu/patches/patch-ad
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-07-14 10:07:10 +0000
committerjmmv <jmmv>2003-07-14 10:07:10 +0000
commite19bf6eb19dc85691dc643b775ff97957b4ebfe5 (patch)
treea2304f563e215d0e114187c0d35e34a84616fe94 /misc/vfu/patches/patch-ad
parentd250194c95c1824cdbf810ec20ce9e4cc17e9e64 (diff)
downloadpkgsrc-e19bf6eb19dc85691dc643b775ff97957b4ebfe5.tar.gz
Convert this package to the bsd.pkg.install.mk framework. Fix handling of the
system wide configuration file in PKG_SYSCONFDIR. Use MASTER_SITE_BACKUP, as the distfile is no longer hosted at sunsite. Bump PKGREVISION to 1.
Diffstat (limited to 'misc/vfu/patches/patch-ad')
-rw-r--r--misc/vfu/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/vfu/patches/patch-ad b/misc/vfu/patches/patch-ad
new file mode 100644
index 00000000000..700a08ae296
--- /dev/null
+++ b/misc/vfu/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.7 2003/07/14 10:07:12 jmmv Exp $
+
+--- build.netbsd.orig 2001-10-28 15:12:15.000000000 +0100
++++ build.netbsd
+@@ -15,7 +15,7 @@ cd ..
+
+ echo "Compiling VFU..."
+ cd vfu
+-make CCDEF="-I${LOCALBASE}/include -DFILENAME_CONF_GLOBAL0=\\\"${PREFIX}/etc/\\\" -DFILENAME_CONF_GLOBAL1=\\\"${PREFIX}/\\\" " LDDEF="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib"
++make CCDEF="-I${LOCALBASE}/include -DPKG_SYSCONFDIR=\\\"${PKG_SYSCONFDIR}\\\"" LDDEF="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib"
+ if [ -e vfu ]; then
+ echo "VFU compiled ok."
+ else