SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
x11/idesk/patches/patch-src-Makefile_in
Normal file
15
x11/idesk/patches/patch-src-Makefile_in
Normal file
|
@ -0,0 +1,15 @@
|
|||
Index: src/Makefile.in
|
||||
--- src/Makefile.in.orig
|
||||
+++ src/Makefile.in
|
||||
@@ -389,8 +389,10 @@ uninstall-local uninstall-am uninstall all-redirect al
|
||||
installdirs mostlyclean-generic distclean-generic clean-generic \
|
||||
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||||
|
||||
-defaults.h: Makefile
|
||||
+defaults.h:
|
||||
echo '// This file is generated from makefile. Do not edit!' > defaults.h
|
||||
+ echo '#include <sys/types.h>' >> defaults.h
|
||||
+ echo '#include <sys/stat.h>' >> defaults.h
|
||||
echo '#define DEFAULT_PREFIX "@DEFAULT_PREFIX@"' >> defaults.h
|
||||
echo '#define PACKAGE "@PACKAGE@"' >> defaults.h
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue