summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-06-08 16:18:37 +0200
committerMichał Górny <mgorny@gentoo.org>2016-06-08 16:18:37 +0200
commitc3bcee8a946e8009ff0d734e0b74aa831452524a (patch)
tree337a940308e7a4435db4d0e892e6730895a9eb1c /dev-db/wxSQLite3/files/wxSQLite3-1.6.0-makefile_in.patch
parentapp-office/radicale: Moved to ::gentoo as www-apps/radicale (diff)
downloadsunrise-c3bcee8a946e8009ff0d734e0b74aa831452524a.tar.gz
sunrise-c3bcee8a946e8009ff0d734e0b74aa831452524a.tar.bz2
sunrise-c3bcee8a946e8009ff0d734e0b74aa831452524a.zip
dev-db/wxSQLite3: Moved to ::gentoo as dev-db/wxsqlite3
Diffstat (limited to 'dev-db/wxSQLite3/files/wxSQLite3-1.6.0-makefile_in.patch')
-rw-r--r--dev-db/wxSQLite3/files/wxSQLite3-1.6.0-makefile_in.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-db/wxSQLite3/files/wxSQLite3-1.6.0-makefile_in.patch b/dev-db/wxSQLite3/files/wxSQLite3-1.6.0-makefile_in.patch
deleted file mode 100644
index 1ef899d6a..000000000
--- a/dev-db/wxSQLite3/files/wxSQLite3-1.6.0-makefile_in.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- wxsqlite3~/Makefile.in 2006-08-15 01:04:23.000000000 +0200
-+++ wxsqlite3/Makefile.in 2006-08-15 01:05:40.000000000 +0200
-@@ -249,7 +249,7 @@
- @COND_WX_SHARED_1@ $(INSTALL_PROGRAM) ./lib/$(DLLPREFIX)wxsqlite3$(__wxsqlite3_dll___targetsuf3) $(DESTDIR)$(libdir)
- @COND_WX_SHARED_1@ (cd $(DESTDIR)$(libdir) ; $(__wxsqlite3_dll___so_symlinks_inst_cmd))
-
--./samples/minimal$(EXEEXT): $(MINIMAL_OBJECTS) $(__wxsqlite3_lib___depname) $(__minimal___win32rc)
-+./samples/minimal$(EXEEXT): $(MINIMAL_OBJECTS) $(__wxsqlite3_lib___depname) $(__wxsqlite3_dll___depname) $(__minimal___win32rc)
- $(CXX) -o $@ $(MINIMAL_OBJECTS) -L./lib $(LDFLAGS) -L./lib -L$(SQLITE3_DIR)/lib $(WX_LIBS) -lwxsqlite3 $(__SQLITE3_DEP_p)
-
- $(__minimal___mac_setfilecmd)