mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
18 lines
430 B
Plaintext
18 lines
430 B
Plaintext
$NetBSD: patch-ab,v 1.10 2015/12/29 23:34:48 dholland Exp $
|
|
|
|
NetBSD/pkgsrc configuration.
|
|
|
|
--- /dev/null 2009-02-08 02:30:41.000000000 +0300
|
|
+++ config/bsd/define.h.in 2009-02-08 03:08:28.000000000 +0300
|
|
@@ -0,0 +1,10 @@
|
|
+/*
|
|
+ * Icon configuration file for BSD
|
|
+ */
|
|
+
|
|
+#define UNIX 1
|
|
+#define LoadFunc
|
|
+
|
|
+#define CComp "gcc"
|
|
+#define COpts "-O2 -I@X11BASE@/include"
|
|
+#define ICONC_XLIB "-Wl,-R@X11BASE@/lib -L@X11BASE@/lib -lX11"
|